Module bincode::de

source · []
Expand description

Decoder-based structs and traits.

Modules

This module contains reader-based structs and traits.

Structs

A Decoder that reads bytes from a given reader R.

Traits

Trait that makes a type able to be decoded, akin to serde’s Deserialize trait.

Any source that can decode basic types. This type is most notably implemented for Decoder.

Trait that makes a type able to be decoded, akin to serde’s DeserializeOwned trait.

Any source that can decode basic types. This type is most notably implemented for Decoder.