pub trait UnsignedNum: Copy + Debug + Hash + NumCast + Ord + Unsigned { }
Expand description

Marker trait for an unsigned number type castable to/from unsigned primitives

Implementors