pub trait AtLeast64: IsNumber { }
Expand description

Declare that a type is sixty-four or more bits wide.

Implementations on Foreign Types

Implementors