pub trait FromErrorScope<E, T> { // Required method fn from_error(&self, err: E) -> T; }
A FromError like trait, that can be implemented on an explicit Scope type, enabling conversion between non-local Error types.
FromError
Error