pub type BasicConstraintsValueOwned = PolyType<<ASN1<Boolean> as Combinator>::Owned, <ASN1<Integer> as Combinator>::Owned>;Aliased Type§
struct BasicConstraintsValueOwned {
pub is_ca: bool,
pub path_len: OptionDeep<i64>,
}Fields§
§is_ca: bool§path_len: OptionDeep<i64>