Expand description
Decoder-based structs and traits.
Enums§
- Decode
Error - Errors that can be encountered by decoding a type
Traits§
- Borrow
Decode - Trait that makes a type able to be decoded, akin to serde’s
Deserializetrait. - 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
DeserializeOwnedtrait. - Decoder
- Any source that can decode basic types. This type is most notably implemented for Decoder.
- Default
Borrow Decode - BorrowDecode with the default
()context. - Default
Decode - Decode with the default
()context to avoid repeated generic arguments. - Platform
Versioned Borrow Decode - Trait that makes a type able to be decoded, akin to serde’s
Deserializetrait. - Platform
Versioned Decode - Trait that makes a type able to be decoded, akin to serde’s
DeserializeOwnedtrait.