pub trait SaturatingNeg {
    fn saturating_neg(self) -> Self;
}

Required Methods§

Implementors§