Trait lexical_util::num::UnsignedInteger[][src]

pub trait UnsignedInteger: Integer { }
Expand description

Defines a trait that supports unsigned integral operations.

Implementations on Foreign Types

Implementors