Expand description
Platform-independent interface for collecting backtraces, used in the Hydro IR to trace the origin of each node.
Structsยง
- Backtrace
build
- Captures an entire backtrace, whose elements will be lazily resolved. See
Backtrace::elements
for more information. - Backtrace
Element build
- A single frame of a backtrace, corresponding to a single function call.