Function rocket::mtls::oid::asn1_rs::parse_der_tagged_implicit

source ·
pub fn parse_der_tagged_implicit<'a, IntoTag, T, E>(
    tag: IntoTag
) -> impl FnMut(&'a [u8])
where IntoTag: Into<Tag>, TaggedParser<'a, Implicit, T, E>: FromDer<'a, E>, E: From<Error>,
Available on crate feature mtls only.