Type Alias PolicyInfoValueOwned

Source
pub type PolicyInfoValueOwned = PolyType<<ASN1<ObjectIdentifier> as Combinator>::Owned, <ASN1<ImplicitTag<OctetString>> as Combinator>::Owned>;

Aliased Type§

struct PolicyInfoValueOwned {
    pub policy_id: ObjectIdentifierValue,
    pub qualifiers: OptionDeep<Vec<u8>>,
}

Fields§

§policy_id: ObjectIdentifierValue§qualifiers: OptionDeep<Vec<u8>>