pub trait UnsignedInteger: Integer { }
Expand description

Defines a trait that supports unsigned integral operations.

Implementations on Foreign Types

Implementors