pub type MechTypeList = Vec<MechType>;
Expand description
The MechTypeList
type is defined in RFC 4178 Section 4.1.
MechTypeList ::= SEQUENCE OF MechType
Aliased Typeยง
pub struct MechTypeList { /* private fields */ }
pub type MechTypeList = Vec<MechType>;
The MechTypeList
type is defined in RFC 4178 Section 4.1.
MechTypeList ::= SEQUENCE OF MechType
pub struct MechTypeList { /* private fields */ }