Module tbon::de[][src]

Expand description

Decode a Rust data structure from a TBON-encoded stream.

Structs

A structure that decodes Rust values from a TBON stream.

An error encountered while decoding a TBON stream.

Traits

Functions

Decode the given TBON-encoded stream of bytes into an instance of T using the given context.

Decode the given TBON-encoded stream of bytes into an instance of T using the given context.