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. - Backtrace
Element - A single frame of a backtrace, corresponding to a single function call.