Function 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.