pub type ImplicitFmt<F> = ImplicitlyTaggedFmt<F>;
Rule-independent format type produced by ASN.1 IMPLICIT tagging.
pub struct ImplicitFmt<F>(pub Tag, pub F);
0: Tag
1: F