pub trait AtMost64: IsNumber { }
Expand description

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

Implementations on Foreign Types

Implementors