Trait error_backtrace::ErrorBacktrace
source · pub trait ErrorBacktrace {
// Required method
fn is_error(&self) -> bool;
// Provided method
fn trace(self) -> Self
where Self: Sized { ... }
}pub trait ErrorBacktrace {
// Required method
fn is_error(&self) -> bool;
// Provided method
fn trace(self) -> Self
where Self: Sized { ... }
}