Type Alias AlgorithmIdentifierInner

Source
pub type AlgorithmIdentifierInner = Mapped<LengthWrapped<Depend<ASN1<ObjectIdentifier>, <AlgorithmParamCont as Continuation>::Output, AlgorithmParamCont>>, AlgorithmIdentifierMapper>;

Aliased Type§

struct AlgorithmIdentifierInner {
    pub inner: LengthWrapped<Depend<ASN1<ObjectIdentifier>, Mapped<OrdChoice<Cond<OrdChoice<ASN1<Null>, End>>, OrdChoice<Cond<OrdChoice<ASN1<Null>, End>>, OrdChoice<Cond<OrdChoice<ASN1<Null>, End>>, OrdChoice<Cond<OrdChoice<ASN1<Null>, End>>, OrdChoice<Cond<OrdChoice<ASN1<DSAParam>, End>>, OrdChoice<Cond<End>, OrdChoice<Cond<End>, OrdChoice<Cond<End>, OrdChoice<Cond<End>, OrdChoice<Cond<OrdChoice<ASN1<Null>, End>>, OrdChoice<Cond<ASN1<ObjectIdentifier>>, OrdChoice<Cond<Tail>, Unreachable>>>>>>>>>>>>, Mapper>, Cont>>,
    pub mapper: AlgorithmIdentifierMapper,
}

Fields§

§inner: LengthWrapped<Depend<ASN1<ObjectIdentifier>, Mapped<OrdChoice<Cond<OrdChoice<ASN1<Null>, End>>, OrdChoice<Cond<OrdChoice<ASN1<Null>, End>>, OrdChoice<Cond<OrdChoice<ASN1<Null>, End>>, OrdChoice<Cond<OrdChoice<ASN1<Null>, End>>, OrdChoice<Cond<OrdChoice<ASN1<DSAParam>, End>>, OrdChoice<Cond<End>, OrdChoice<Cond<End>, OrdChoice<Cond<End>, OrdChoice<Cond<End>, OrdChoice<Cond<OrdChoice<ASN1<Null>, End>>, OrdChoice<Cond<ASN1<ObjectIdentifier>>, OrdChoice<Cond<Tail>, Unreachable>>>>>>>>>>>>, Mapper>, Cont>>

The inner combinator.

§mapper: AlgorithmIdentifierMapper

The isomorphism.