Trait lexical_util::num::SignedInteger
source · 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.