debug_if

Macro debug_if 

Source
macro_rules! debug_if {
    ($($tts:tt)*) => { ... };
}
Expand description

Macro to conditionally call [tracing::debug] if tracing is enabled