Type Alias SpecAttributeTypeAndValueValue

Source
pub type SpecAttributeTypeAndValueValue = PolyType<<<ASN1<ObjectIdentifier> as View>::V as SpecCombinator>::SpecResult, <<DirectoryString as View>::V as SpecCombinator>::SpecResult>;

Aliased Type§

struct SpecAttributeTypeAndValueValue {
    pub typ: Seq<u64>,
    pub value: PolyType<Seq<char>, Seq<char>, Seq<char>, Seq<u8>, Seq<u8>, Seq<u8>>,
}

Fields§

§typ: Seq<u64>§value: PolyType<Seq<char>, Seq<char>, Seq<char>, Seq<u8>, Seq<u8>, Seq<u8>>