Module encdec_base::decode
source · [−]Expand description
Decode trait implementation
Structs
Helper type for parsing lists of decodable objects (with internal length delimiters)
Traits
Decode trait implemented for binary decodable objects
Decode trait extensions
Decode for owned types, avoids lifetime constraints
Decode for fields with prefixed lengths
Decode for fields with tagged lengths
(length must be specified via
#[encdec(length=...)] macro)