pub type RDNValue<'a> = VecDeep<<ASN1<AttributeTypeAndValue> as Combinator>::Result<'a>>;
Aliased Type§
struct RDNValue<'a>(pub Vec<PolyType<ObjectIdentifierValue, PolyType<&'a str, &'a str, &'a str, &'a [u8], &'a [u8], &'a [u8]>>>);
Fields§
§0: Vec<PolyType<ObjectIdentifierValue, PolyType<&'a str, &'a str, &'a str, &'a [u8], &'a [u8], &'a [u8]>>>