Module std::backtrace_rs::backtrace
source · Modules
- dbghelp 🔒Backtrace strategy for MSVC platforms.
Structs
- A trait representing one frame of a backtrace, yielded to the
trace
function of this crate.
Functions
- Same as
trace
, only unsafe as it’s unsynchronized.