Macro backtrace_error

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