trace_info

Macro trace_info 

Source
macro_rules! trace_info {
    (target: $target:expr, $($arg:tt)*) => { ... };
    ($($arg:tt)*) => { ... };
}