pub trait OrArithError<T> {
    fn or_arith_error(self) -> Result<T>;
}

Required Methods

Implementations on Foreign Types

Implementors