pub type Attributes = SetOfVec<Attribute>;
Expand description
X.501 Attributes
as defined in RFC 2986 Section 4.
Attributes { ATTRIBUTE:IOSet } ::= SET OF Attribute{{ IOSet }}
Aliased Typeยง
struct Attributes { /* private fields */ }
pub type Attributes = SetOfVec<Attribute>;
X.501 Attributes
as defined in RFC 2986 Section 4.
Attributes { ATTRIBUTE:IOSet } ::= SET OF Attribute{{ IOSet }}
struct Attributes { /* private fields */ }