Type Alias picky_asn1_x509::attribute::Attributes

source ·
pub type Attributes = Asn1SequenceOf<Attribute>;

Aliased Type§

struct Attributes(pub Vec<Attribute>);

Fields§

§0: Vec<Attribute>