pub trait SignedInteger: Integer + Neg<Output = Self> { }
Expand description
Defines a trait that supports signed integral operations.
Object Safety§
This trait is not object safe.
pub trait SignedInteger: Integer + Neg<Output = Self> { }
Defines a trait that supports signed integral operations.