vexide_core

Module backtrace

source
Expand description

Support for capturing stack backtraces

This module contains the support for capturing a stack backtrace through the Backtrace type. Backtraces are helpful to attach to errors, containing information that can be used to get a chain of where an error was created.

Structsยง