Module std::backtrace_rs::backtrace
source · Modules
- Backtrace support using libunwind/gcc_s/etc APIs.
Structs
- A trait representing one frame of a backtrace, yielded to the
tracefunction of this crate.
Functions
- Same as
trace, only unsafe as it’s unsynchronized.