Type Alias AttributeTypeAndValueValue

Source
pub type AttributeTypeAndValueValue<'a> = PolyType<<ASN1<ObjectIdentifier> as Combinator>::Result<'a>, <DirectoryString as Combinator>::Result<'a>>;

Aliased Type§

struct AttributeTypeAndValueValue<'a> {
    pub typ: ObjectIdentifierValue,
    pub value: PolyType<&'a str, &'a str, &'a str, &'a [u8], &'a [u8], &'a [u8]>,
}

Fields§

§typ: ObjectIdentifierValue§value: PolyType<&'a str, &'a str, &'a str, &'a [u8], &'a [u8], &'a [u8]>

Trait Implementations§

Source§

impl<'a> Display for AttributeTypeAndValueValue<'a>

Source§

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

Formats the value using the given formatter. Read more