Type Alias CertificatePoliciesValue

Source
pub type CertificatePoliciesValue<'a> = VecDeep<<ASN1<PolicyInfo> as Combinator>::Result<'a>>;

Aliased Type§

struct CertificatePoliciesValue<'a>(pub Vec<PolyType<ObjectIdentifierValue, &'a [u8]>>);

Fields§

§0: Vec<PolyType<ObjectIdentifierValue, &'a [u8]>>