Type Alias GeneralSubtreeValue

Source
pub type GeneralSubtreeValue<'a> = PolyType<<GeneralName as Combinator>::Result<'a>, <ASN1<ImplicitTag<Integer>> as Combinator>::Result<'a>, <ASN1<ImplicitTag<Integer>> as Combinator>::Result<'a>>;

Aliased Type§

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

Fields§

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