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
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