Macro trace_error::backtrace [] [src]

macro_rules! backtrace {
    () => { ... };
    ($fmt:ty) => { ... };
}

Returns a string containing the formatted backtrace and a header message

Pass a custom BacktraceFmt type to the macro to use custom formatting