macro_rules! debug_if { ($($tts:tt)*) => { ... }; }
Macro to conditionally call [tracing::debug] if tracing is enabled