Expand description
The Sequence trait simplifies writing decoders/encoders which map ASN.1
SEQUENCEs to Rust structs.
Structs§
- Sequence
Ref  - The 
SequenceReftype provides raw access to the octets which comprise a DER-encodedSEQUENCE. 
Traits§
- Sequence
 - Marker trait for ASN.1 
SEQUENCEs.