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