Trait Unsigned
Other items insp_arithmetic::traits
pub trait Unsigned: Num { }
A trait for values which cannot be negative
impl Unsigned for u64
impl<T> Unsigned for Wrapping<T> where T: Unsigned, Wrapping<T>: Num,
impl Unsigned for u16
impl Unsigned for u8
impl Unsigned for usize
impl Unsigned for u32
impl Unsigned for u128