Type Alias AttributeTypeAndValueValueOwned

Source
pub type AttributeTypeAndValueValueOwned = PolyType<<ASN1<ObjectIdentifier> as Combinator>::Owned, <DirectoryString as Combinator>::Owned>;

Aliased Type§

struct AttributeTypeAndValueValueOwned {
    pub typ: ObjectIdentifierValue,
    pub value: PolyType<String, String, String, Vec<u8>, Vec<u8>, Vec<u8>>,
}

Fields§

§typ: ObjectIdentifierValue§value: PolyType<String, String, String, Vec<u8>, Vec<u8>, Vec<u8>>