pub struct Backtrace(_);
Expand description
A backtrace starting from the beginning of the thread.
Backtrace functionality is currently enabled. Please review the feature flags to disable it.
Trait Implementations§
source§impl AsBacktrace for Backtrace
impl AsBacktrace for Backtrace
source§fn as_backtrace(&self) -> Option<&Backtrace>
fn as_backtrace(&self) -> Option<&Backtrace>
Retrieve the optional backtrace