pub trait FromError<T>: Sized {
    fn from_err(_: T) -> Error;
}

Required Methods

Implementors