Trait num::Unsigned []

pub trait Unsigned: Num { }

A trait for values which cannot be negative

Implementors