Type Alias AccessDescriptionValue

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

Aliased Type§

struct AccessDescriptionValue<'a> {
    pub method: ObjectIdentifierValue,
    pub location: PolyType<&'a [u8], &'a str, &'a str, &'a [u8], VecDeep<VecDeep<PolyType<ObjectIdentifierValue, PolyType<&'a str, &'a str, &'a str, &'a [u8], &'a [u8], &'a [u8]>>>>, &'a [u8], &'a str, &'a [u8], ObjectIdentifierValue>,
}

Fields§

§method: ObjectIdentifierValue§location: PolyType<&'a [u8], &'a str, &'a str, &'a [u8], VecDeep<VecDeep<PolyType<ObjectIdentifierValue, PolyType<&'a str, &'a str, &'a str, &'a [u8], &'a [u8], &'a [u8]>>>>, &'a [u8], &'a str, &'a [u8], ObjectIdentifierValue>