pub trait OverflowingSub<Rhs = Self>where
    Self: Sized,
{ fn overflowing_sub(self, rhs: Rhs) -> (Self, bool); }

Required Methods§

Implementors§