Expand description
The Message trait simplifies writing decoders/encoders which map ASN.1
SEQUENCEs to Rust structs.
Traits
Messages encoded as an ASN.1 SEQUENCE.
Functions
Obtain the length of an ASN.1 SEQUENCE consisting of the given
Encodable fields when serialized as ASN.1 DER, including the header
(i.e. tag and length)