Module candid::de

source ·
Expand description

Deserialize Candid binary format to Rust data structures

Structs§

  • Config the deserialization quota, used to prevent spending too much time in decoding malicious payload.
  • Use this struct to deserialize a sequence of Rust values (heterogeneous) from IDL binary message.