trait MapPassErr<T> {
// Required method
fn map_pass_err(self, scope: PassErrorScope) -> T;
}Expand description
Helper to attach PassErrorScope to errors.
trait MapPassErr<T> {
// Required method
fn map_pass_err(self, scope: PassErrorScope) -> T;
}Helper to attach PassErrorScope to errors.