Type Alias ExtensionValue
Source pub type ExtensionValue<'a> = ExtensionPoly<ObjectIdentifierValue, ExtensionParamValue<'a>>;
struct ExtensionValue<'a> {
pub id: ObjectIdentifierValue,
pub critical: OptionDeep<bool>,
pub param: PolyType<PolyType<&'a [u8], &'a [u8], BigIntValue<'a>>, &'a [u8], PolyType<bool, i64>, VecDeep<PolyType<ObjectIdentifierValue, &'a [u8]>>, VecDeep<ObjectIdentifierValue>, BitStringValue<'a>, VecDeep<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>>, PolyType<VecDeep<PolyType<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>, i64, i64>>, VecDeep<PolyType<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>, i64, i64>>>, VecDeep<PolyType<ObjectIdentifierValue, 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>>>, &'a [u8]>,
}