trait MapPassErr<T, O> { // Required method fn map_pass_err(self, scope: PassErrorScope) -> Result<T, O>; }