Type Alias RDNValue

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

Trait Implementations§

Source§

impl<'a> Display for RDNValue<'a>

Source§

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

Formats the value using the given formatter. Read more