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]>>>>