pub trait OverflowingNegwhere
    Self: Sized,
{ fn overflowing_neg(self) -> (Self, bool); }

Required Methods§

Implementors§