Backtrace

Trait Backtrace 

Source
pub trait Backtrace {
    // Required method
    fn frames(&self) -> Vec<Frame>;
}
Expand description

Abstraction over backtrace library implementations.

Required Methods§

Source

fn frames(&self) -> Vec<Frame>

Implementations on Foreign Types§

Source§

impl Backtrace for Backtrace

Available on crate feature use-backtrace-crate only.
Source§

fn frames(&self) -> Vec<Frame>

Implementors§