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