pub type RdnSequence = Asn1SequenceOf<RelativeDistinguishedName>;
Expand description
RDNSequence ::= SEQUENCE OF RelativeDistinguishedName
Aliased Type§
struct RdnSequence(pub Vec<Asn1SetOf<AttributeTypeAndValue>>);
Fields§
§0: Vec<Asn1SetOf<AttributeTypeAndValue>>