Module backtrace

Module backtrace 

Source
Expand description

Platform-independent interface for collecting backtraces, used in the Hydro IR to trace the origin of each node.

Structsยง

Backtrace
Captures an entire backtrace, whose elements will be lazily resolved. See Backtrace::elements for more information.
BacktraceElement
A single frame of a backtrace, corresponding to a single function call.