pub trait CheckedSub<Rhs = Self> {
    type Output;

    // Required method
    fn checked_sub(self, other: Rhs) -> Option<Self::Output>
       where Self: Sized;
}

Required Associated Types§

Required Methods§

source

fn checked_sub(self, other: Rhs) -> Option<Self::Output>
where Self: Sized,

Implementors§

source§

impl CheckedSub for Decimal

source§

impl CheckedSub for I192

§

type Output = I192

source§

impl CheckedSub for I256

§

type Output = I256

source§

impl CheckedSub for I320

§

type Output = I320

source§

impl CheckedSub for I384

§

type Output = I384

source§

impl CheckedSub for I448

§

type Output = I448

source§

impl CheckedSub for I512

§

type Output = I512

source§

impl CheckedSub for I768

§

type Output = I768

source§

impl CheckedSub for PreciseDecimal

source§

impl CheckedSub for U192

§

type Output = U192

source§

impl CheckedSub for U256

§

type Output = U256

source§

impl CheckedSub for U320

§

type Output = U320

source§

impl CheckedSub for U384

§

type Output = U384

source§

impl CheckedSub for U448

§

type Output = U448

source§

impl CheckedSub for U512

§

type Output = U512

source§

impl CheckedSub for U768

§

type Output = U768

source§

impl CheckedSub<i8> for Decimal

source§

impl CheckedSub<i8> for PreciseDecimal

source§

impl CheckedSub<i16> for Decimal

source§

impl CheckedSub<i16> for PreciseDecimal

source§

impl CheckedSub<i32> for Decimal

source§

impl CheckedSub<i32> for PreciseDecimal

source§

impl CheckedSub<i64> for Decimal

source§

impl CheckedSub<i64> for PreciseDecimal

source§

impl CheckedSub<i128> for Decimal

source§

impl CheckedSub<i128> for PreciseDecimal

source§

impl CheckedSub<isize> for Decimal

source§

impl CheckedSub<isize> for PreciseDecimal

source§

impl CheckedSub<u8> for Decimal

source§

impl CheckedSub<u8> for PreciseDecimal

source§

impl CheckedSub<u16> for Decimal

source§

impl CheckedSub<u16> for PreciseDecimal

source§

impl CheckedSub<u32> for Decimal

source§

impl CheckedSub<u32> for PreciseDecimal

source§

impl CheckedSub<u64> for Decimal

source§

impl CheckedSub<u64> for PreciseDecimal

source§

impl CheckedSub<u128> for Decimal

source§

impl CheckedSub<u128> for PreciseDecimal

source§

impl CheckedSub<usize> for Decimal

source§

impl CheckedSub<usize> for PreciseDecimal

source§

impl CheckedSub<Decimal> for I192

source§

impl CheckedSub<Decimal> for I256

source§

impl CheckedSub<Decimal> for I320

source§

impl CheckedSub<Decimal> for I448

source§

impl CheckedSub<Decimal> for I512

source§

impl CheckedSub<Decimal> for PreciseDecimal

source§

impl CheckedSub<Decimal> for U192

source§

impl CheckedSub<Decimal> for U256

source§

impl CheckedSub<Decimal> for U320

source§

impl CheckedSub<Decimal> for U448

source§

impl CheckedSub<Decimal> for U512

source§

impl CheckedSub<I192> for Decimal

source§

impl CheckedSub<I192> for PreciseDecimal

source§

impl CheckedSub<I256> for Decimal

source§

impl CheckedSub<I256> for PreciseDecimal

source§

impl CheckedSub<I320> for Decimal

source§

impl CheckedSub<I320> for PreciseDecimal

source§

impl CheckedSub<I448> for Decimal

source§

impl CheckedSub<I448> for PreciseDecimal

source§

impl CheckedSub<I512> for Decimal

source§

impl CheckedSub<I512> for PreciseDecimal

source§

impl CheckedSub<PreciseDecimal> for Decimal

source§

impl CheckedSub<PreciseDecimal> for I192

source§

impl CheckedSub<PreciseDecimal> for I256

source§

impl CheckedSub<PreciseDecimal> for I320

source§

impl CheckedSub<PreciseDecimal> for I448

source§

impl CheckedSub<PreciseDecimal> for I512

source§

impl CheckedSub<PreciseDecimal> for U192

source§

impl CheckedSub<PreciseDecimal> for U256

source§

impl CheckedSub<PreciseDecimal> for U320

source§

impl CheckedSub<PreciseDecimal> for U448

source§

impl CheckedSub<PreciseDecimal> for U512

source§

impl CheckedSub<U192> for Decimal

source§

impl CheckedSub<U192> for PreciseDecimal

source§

impl CheckedSub<U256> for Decimal

source§

impl CheckedSub<U256> for PreciseDecimal

source§

impl CheckedSub<U320> for Decimal

source§

impl CheckedSub<U320> for PreciseDecimal

source§

impl CheckedSub<U448> for Decimal

source§

impl CheckedSub<U448> for PreciseDecimal

source§

impl CheckedSub<U512> for Decimal

source§

impl CheckedSub<U512> for PreciseDecimal