pub const exec fn EXPLICIT_APPLICATION<C: Copy>(
number: u64,
inner: C,
) -> ExplicitFmt<C>Expand description
returns
Explicit(Class::Application, number, inner),Apply an ASN.1 application-class EXPLICIT tag to a DER-encoded format.