pub trait SignedInteger: Integer + Neg<Output = Self> { }
Expand description

Defines a trait that supports signed integral operations.

Implementations on Foreign Types

Implementors