pub trait AtMost32: IsNumber { }
Expand description

Declare that a type is thirty-two or fewer bits wide.

Implementations on Foreign Types

Implementors