Expand description
Small extensions to the backtrace
crate
This module defines a formatting API for formatting both inline and captured backtraces, and a structure for holding file and line level captured backtraces.
Structs§
- Default
Backtrace Fmt - Default backtrace formatter that tries to resemble rustc panic backtraces somewhat
- Source
Backtrace - Backtrace that also contains the exact line and file in which it originated from.
Traits§
- Backtrace
Fmt - Trait to define formatting for backtrace symbols
Functions§
- format_
trace - Generates a formatted backtrace (via
Fmt
type) from here, but expectsline
andfile
to be where it was called from.