macro_rules! enc_closure {
($($t:tt)*) => { ... };
}
Expand description
Generate a think implementing EncodableInHeader
from an closure.
(Mainly used in the inside of tests.)
macro_rules! enc_closure {
($($t:tt)*) => { ... };
}
Generate a think implementing EncodableInHeader
from an closure.
(Mainly used in the inside of tests.)