Macro std::trace_macros
macro_rules! trace_macros {
(true) => { ... };
(false) => { ... };
}trace_macros #29598)trace_macros is not stable enough for use and is subject to change
Enables or disables tracing functionality used for debugging other macros.
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/macro.trace_macros.html