[][src]Module candid::de

Deserialize Candid binary format to Rust data structures

Structs

IDLDeserialize

Use this struct to deserialize a sequence of Rust values (heterogeneous) from IDL binary message.

Traits

ArgumentDecoder

Allow decoding of any sized argument.

Functions

decode_args

Decode a series of arguments, represented as a tuple. There is a maximum of 16 arguments supported.

decode_one

Decode a single argument.