stack_trace_debug

Attribute Macro stack_trace_debug 

Source
#[stack_trace_debug]
Expand description

Proc macro attribute to automatically generate virtual stack traces for SNAFU errors.

This attribute automatically implements the VirtualStackTrace trait and provides a custom [Debug] implementation that displays a formatted virtual stack trace.

See the main snafu_virtstack crate documentation for comprehensive usage examples and detailed information about virtual stack traces.