pub trait AtMost8: IsNumber { }
Expand description

Declare that a type is eight or fewer bits wide.

Implementations on Foreign Types

Implementors