Macro espocrm_rs::trace_if

source ·
macro_rules! trace_if {
    ($($tts:tt)*) => { ... };
}
Expand description

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