Expand description
Trait definition for Decode.
Traitsยง
- Decode
- Decode trait parses a complete TLV (Tag-Length-Value) structure.
- Decode
Owned - Marker trait for data structures that can be decoded from DER without borrowing any data from the decoder.
- Decode
Pem - PEM decoding trait.
- Decode
Value DecodeValuetrait parses the value part of a Tag-Length-Value object, sans theTagandLength.