pub trait AsBacktrace {
    fn as_backtrace(&self) -> Option<&Backtrace>;
}
Expand description

View a backtrace-like value as an optional backtrace.

Required Methods

Retrieve the optional backtrace

Implementations on Foreign Types

Implementors