Expand description
The module contains the definition of the Number
trait
and its implementations for u32
, u64
and u128
.
Enums§
- Number
Type - Represents all the number types that
Number
trait is implemented for.
Constants§
- MAX_
NUMBER_ SIZE - Holds the maximum size of all number types.
Traits§
- Number
- Marker trait that abstracts the following numerical types:
u32
,u64
andu128
.