Macro mail_internals::encoder::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.)