[][src]Trait string_err::maybe_backtrace::MaybeBacktrace

pub trait MaybeBacktrace: Debug + Sealed {
    fn as_backtrace(&self) -> Option<&Backtrace>;
}

Implemented for () and Backtrace only.

This trait is sealed, meaning it may not be implemented by any other types.

Required methods

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

Returns a possible backtrace

Loading content...

Implementations on Foreign Types

impl MaybeBacktrace for ()[src]

impl MaybeBacktrace for Backtrace[src]

Loading content...

Implementors

Loading content...