Trait overflow_proof::CheckedNeg[][src]

pub trait CheckedNeg: Sized {
    type Output;
    fn checked_neg(self) -> Option<Self>;
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors