Macro has_encoding

Source
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.