Skip to main content

Module decode

Module decode 

Source
Expand description

Trait definition for Decode.

Traitsยง

Decode
Decode trait parses a complete TLV (Tag-Length-Value) structure.
DecodeOwned
Marker trait for data structures that can be decoded from DER without borrowing any data from the decoder.
DecodePem
PEM decoding trait.
DecodeValue
DecodeValue trait parses the value part of a Tag-Length-Value object, sans the Tag and Length.