pub trait AtLeast16: IsNumber { }
Expand description

Declare that a type is sixteen or more bits wide.

Implementations on Foreign Types

Implementors