Type Definition nyx_space::time::Decimal[][src]

type Decimal = GenericDecimal<u128, u16>;
Expand description

Decimal defines a lossless fraction and is the basis of all Epoch computations. It is recommended to use this time for time operations.