Expand description
This module requires Gluon to be built with the serde
feature.
Structs
Getable
wrapper which extractsT
by deserializing it into a rust value.
Functions
- Allows deserializing a
Value
as-is. Only works with theDeserializer
defined in this module - Deserializes
T
from a gluon value assuming thatvalue
is of typetyp
.