macro_rules! impl_newtype {
($newtype:ty, $inner:ty) => { ... };
}Expand description
Implements the following traits for a newtype of a der decodable/encodable type:
Fromconversions to/from the inner typeAsRefandAsMutDecodeValueandEncodeValueFixedTagmapping to the inner value’sFixedTag::TAG
The main case is simplifying newtypes which need an AssociatedOid