macro_rules! backtrace_noheader {
() => { ... };
($fmt:ty) => { ... };
}
Expand description
Variation of backtrace!
that doesn’t include the header line
macro_rules! backtrace_noheader {
() => { ... };
($fmt:ty) => { ... };
}
Variation of backtrace!
that doesn’t include the header line