macro_rules! asn1_tagged {
($ty:ident, $tag:expr) => { ... };
}
Expand description
Macro to generate a ASN1Tagged and ViewWithASN1Tagged trait impl
macro_rules! asn1_tagged {
($ty:ident, $tag:expr) => { ... };
}
Macro to generate a ASN1Tagged and ViewWithASN1Tagged trait impl