macro_rules! if_trace {
($($body:tt)*) => { ... };
}Expand description
Conditional code block that only compiles with trace feature
macro_rules! if_trace {
($($body:tt)*) => { ... };
}Conditional code block that only compiles with trace feature