Trait lexical_util::num::UnsignedInteger
source · pub trait UnsignedInteger: Integer { }
Expand description
Defines a trait that supports unsigned integral operations.
Object Safety§
This trait is not object safe.
pub trait UnsignedInteger: Integer { }
Defines a trait that supports unsigned integral operations.