pub type DistinguishedName = RdnSequence;Expand description
X.501 DistinguishedName as defined in RFC 5280 Section 4.1.2.4.
DistinguishedName ::= RDNSequenceAliased Type§
pub struct DistinguishedName(pub Vec<RelativeDistinguishedName>);Tuple Fields§
§0: Vec<RelativeDistinguishedName>