trace_addon

Macro trace_addon 

Source
macro_rules! trace_addon {
    ($msg:expr) => { ... };
    ($fmt_fn:expr, $fmt_data:expr) => { ... };
}