macro_rules! trace_macros { (true) => { ... }; (false) => { ... }; }
Expand description
Enables or disables tracing functionality used for debugging other macros.
macro_rules! trace_macros { (true) => { ... }; (false) => { ... }; }
Enables or disables tracing functionality used for debugging other macros.