Type Alias NameValue

Source
pub type NameValue<'a> = VecDeep<<ASN1<RDN> as Combinator>::Result<'a>>;

Aliased Type§

struct NameValue<'a>(pub Vec<VecDeep<PolyType<ObjectIdentifierValue, PolyType<&'a str, &'a str, &'a str, &'a [u8], &'a [u8], &'a [u8]>>>>);

Fields§

§0: Vec<VecDeep<PolyType<ObjectIdentifierValue, PolyType<&'a str, &'a str, &'a str, &'a [u8], &'a [u8], &'a [u8]>>>>

Trait Implementations§

Source§

impl<'a> Display for NameValue<'a>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more