Trait encdec_base::EncDec
source · Expand description
Composite trait requiring an object is reversibly encodable and decodable, useful for simplifying type bounds / generics.
(ie. Self == <Self as Decode>::Output)
Composite trait requiring an object is reversibly encodable and decodable, useful for simplifying type bounds / generics.
(ie. Self == <Self as Decode>::Output)