Type Alias MechTypeList

Source
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 */ }