Type Alias AccessDescriptionValueOwned

Source
pub type AccessDescriptionValueOwned = PolyType<<ASN1<ObjectIdentifier> as Combinator>::Owned, <GeneralName as Combinator>::Owned>;

Aliased Type§

struct AccessDescriptionValueOwned {
    pub method: ObjectIdentifierValue,
    pub location: PolyType<Vec<u8>, String, String, Vec<u8>, VecDeep<VecDeep<PolyType<ObjectIdentifierValue, PolyType<String, String, String, Vec<u8>, Vec<u8>, Vec<u8>>>>>, Vec<u8>, String, Vec<u8>, ObjectIdentifierValue>,
}

Fields§

§method: ObjectIdentifierValue§location: PolyType<Vec<u8>, String, String, Vec<u8>, VecDeep<VecDeep<PolyType<ObjectIdentifierValue, PolyType<String, String, String, Vec<u8>, Vec<u8>, Vec<u8>>>>>, Vec<u8>, String, Vec<u8>, ObjectIdentifierValue>