Trait lib_xch::public::CheckedSub [] [src]

pub trait CheckedSub: Sized {
    fn checked_sub(&self, rhs: &Self) -> Result<Self, ErrorCases>;
}

Required Methods

Implementations on Foreign Types

impl CheckedSub for usize
[src]

[src]

impl CheckedSub for i32
[src]

[src]

Implementors