Expand description
Decoder-based structs and traits.
Modules§
- read
- This module contains reader-based structs and traits.
Structs§
- Decoder
Impl - A Decoder that reads bytes from a given reader
R
.
Traits§
- Borrow
Decode - Trait that makes a type able to be decoded, akin to serde’s
Deserialize
trait. - Borrow
Decoder - Any source that can decode basic types. This type is most notably implemented for Decoder.
- Decode
- Trait that makes a type able to be decoded, akin to serde’s
DeserializeOwned
trait. - Decoder
- Any source that can decode basic types. This type is most notably implemented for Decoder.