trace_warn

Macro trace_warn 

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

Log at warn level, no-op when tracing feature is disabled