Trait snafu::AsBacktrace

source ·
pub trait AsBacktrace {
    // Required method
    fn as_backtrace(&self) -> Option<&Backtrace>;
}
Expand description

View a backtrace-like value as an optional backtrace.

Required Methods§

source

fn as_backtrace(&self) -> Option<&Backtrace>

Retrieve the optional backtrace

Implementations on Foreign Types§

source§

impl AsBacktrace for Option<Backtrace>

Implementors§