pub trait AtLeast32: IsNumber { }
Expand description

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

Implementations on Foreign Types

Implementors