picky_asn1_x509::attribute

Type Alias Attributes

Source
pub type Attributes = Asn1SequenceOf<Attribute>;

Aliased Type§

struct Attributes(pub Vec<Attribute>);

Fields§

§0: Vec<Attribute>