Macro std::trace_macros [−][src]
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.