pub trait Unsigned: Num { }
Expand description

A trait for values which cannot be negative

Implementations on Foreign Types

Implementors