pub open spec fn ber_octet_string_normalized_fmt(tag: Tag) -> ASN1Fmt<OctetStringFmt, BER>Expand description
{ ASN1Fmt(primitive_tag(tag), OctetStringFmt) }The primitive, definite-length encoding selected by the reverse mapper.
pub open spec fn ber_octet_string_normalized_fmt(tag: Tag) -> ASN1Fmt<OctetStringFmt, BER>{ ASN1Fmt(primitive_tag(tag), OctetStringFmt) }The primitive, definite-length encoding selected by the reverse mapper.