Module de

Module de 

Source
Expand description

Decoder-based structs and traits.

Enums§

DecodeError
Errors that can be encountered by decoding a type

Traits§

BorrowDecode
Trait that makes a type able to be decoded, akin to serde’s Deserialize trait.
BorrowDecoder
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.
DefaultBorrowDecode
BorrowDecode with the default () context.
DefaultDecode
Decode with the default () context to avoid repeated generic arguments.
PlatformVersionedBorrowDecode
Trait that makes a type able to be decoded, akin to serde’s Deserialize trait.
PlatformVersionedDecode
Trait that makes a type able to be decoded, akin to serde’s DeserializeOwned trait.

Derive Macros§

BorrowDecode
Decode