macro_rules! has_encoding {
($struct_name:ident, $enc_ref_name:ident, $code:block) => { ... };
}Expand description
Creates impl HasEncoding for given struct backed by lazy_static ref instance with encoding.
macro_rules! has_encoding {
($struct_name:ident, $enc_ref_name:ident, $code:block) => { ... };
}Creates impl HasEncoding for given struct backed by lazy_static ref instance with encoding.