Module number

Source
Expand description

The module contains the definition of the Number trait and its implementations for u32, u64 and u128.

Enums§

NumberType
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 and u128.