Module tbon::de[][src]

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

Structs

Decoder

A structure that decodes Rust values from a TBON stream.

Error

An error encountered while decoding a TBON stream.

SourceStream

Traits

Read

Functions

decode

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

try_decode

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