[go: up one dir, main page]

Module de

Source
Expand description

Decoder-based structs and traits.

Modules§

read
This module contains reader-based structs and traits.

Structs§

DecoderImpl
A Decoder that reads bytes from a given reader R.

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.