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>>;
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>,
}