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