pub trait SignedInteger: Integer + Neg<Output = Self> { }
Defines a trait that supports signed integral operations.