OrArithError

Trait OrArithError 

Source
pub trait OrArithError<T> {
    // Required method
    fn or_arith_error(self) -> StdResult<T, Error>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl OrArithError<u32> for Option<u32>

Source§

impl OrArithError<u64> for Option<u64>

Source§

impl OrArithError<u128> for Option<u128>

Implementors§