pub trait AtLeast8: IsNumber { }
Expand description

Declare that a type is eight or more bits wide.

Implementations on Foreign Types

Implementors