Trait num_traits::sign::Unsigned
source · pub trait Unsigned: Num { }
Expand description
A trait for values which cannot be negative
Object Safety§
This trait is not object safe.
pub trait Unsigned: Num { }
A trait for values which cannot be negative