[][src]Module gluon_vm::api::de

This module requires Gluon to be built with the serde feature.

Structs

De

Getable wrapper which extracts T by deserializing it into a rust value.

Functions

deserialize_raw_value

Allows deserializing a Value as-is. Only works with the Deserializer defined in this module

from_value

Deserializes T from a gluon value assuming that value is of type typ.