Macro asn1_tagged

Source
macro_rules! asn1_tagged {
    ($ty:ident, $tag:expr) => { ... };
}
Expand description

Macro to generate a ASN1Tagged and ViewWithASN1Tagged trait impl