Macro backtrace

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

Returns a string containing the formatted backtrace and a header message

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