pub fn format_trace<Fmt: BacktraceFmt>(
header: bool,
line: u32,
file: &str,
) -> StringExpand description
Generates a formatted backtrace (via Fmt type) from here, but expects line and file to be where it was called from.
The actual call to format_trace and trace are ignored.