pub trait ContextFrom<S> {
type Return;
// Required method
fn context_from(self, source: S) -> Self::Return;
}Expand description
Add context to an error report
pub trait ContextFrom<S> {
type Return;
// Required method
fn context_from(self, source: S) -> Self::Return;
}Add context to an error report