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.)
macro_rules! enc_func {
(|$enc:ident : &mut EncodingWriter| $block:block) => { ... };
}Generate a think implementing EncodableInHeader from an function.
(Mainly used in the inside of tests.)