[][src]Macro mail_internals::enc_func

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