trace_error

Macro trace_error 

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