pub trait WrappingNeg {
    fn wrapping_neg(self) -> Self;
}

Required Methods§

Implementors§