Macro enc_closure

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

Generate a think implementing EncodableInHeader from an closure.

(Mainly used in the inside of tests.)