[][src]Macro mail_internals::enc_closure

macro_rules! enc_closure {
    ($($t:tt)*) => { ... };
}

Generate a think implementing EncodableInHeader from an closure.

(Mainly used in the inside of tests.)