pub trait FromResidual<R = <Self as Try>::Residual> {
    fn from_residual(residual: R) -> Self;
}

Required Methods

Implementations on Foreign Types

Implementors