pub trait Error2: Error { // Required methods fn backtrace(&self) -> &Backtrace; fn backtrace_mut(&mut self) -> &mut Backtrace; }