pub trait AtMost16: IsNumber { }
Expand description

Declare that a type is sixteen or fewer bits wide.

Implementations on Foreign Types

Implementors