pub trait Unsigned: Num { }
Expand description

A trait for values which cannot be negative

Implementations on Foreign Types§

source§

impl Unsigned for u8

source§

impl<T> Unsigned for Wrapping<T>where T: Unsigned, Wrapping<T>: Num,

source§

impl Unsigned for u16

source§

impl Unsigned for u32

source§

impl Unsigned for u64

source§

impl Unsigned for usize

source§

impl Unsigned for u128

source§

impl Unsigned for BigUint

Implementors§