Attributes

Type Alias Attributes 

Source
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ยง

pub struct Attributes { /* private fields */ }