Module sequence

Module sequence 

Source
Expand description

The Sequence trait simplifies writing decoders/encoders which map ASN.1 SEQUENCEs to Rust structs.

Structs§

SequenceRef
The SequenceRef type provides raw access to the octets which comprise a DER-encoded SEQUENCE.

Traits§

Sequence
Marker trait for ASN.1 SEQUENCEs.