Type Alias GeneralSubtreeValueOwned

Source
pub type GeneralSubtreeValueOwned = PolyType<<GeneralName as Combinator>::Owned, <ASN1<ImplicitTag<Integer>> as Combinator>::Owned, <ASN1<ImplicitTag<Integer>> as Combinator>::Owned>;

Aliased Type§

struct GeneralSubtreeValueOwned {
    pub base: 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>,
    pub min: i64,
    pub max: OptionDeep<i64>,
}

Fields§

§base: 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>§min: i64§max: OptionDeep<i64>