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
Deserializetrait. - 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
DeserializeOwnedtrait. - Any source that can decode basic types. This type is most notably implemented for Decoder.