Macro enc_func

Source
macro_rules! enc_func {
    (|$enc:ident : &mut EncodingWriter| $block:block) => { ... };
}
Expand description

Generate a think implementing EncodableInHeader from an function.

(Mainly used in the inside of tests.)