pub trait Backtrace { // Required method fn frames(&self) -> Vec<Frame>; }
Abstraction over backtrace library implementations.
use-backtrace-crate