[][src]Type Definition hifitime::Decimal

type Decimal = GenericDecimal<u128, u16>;

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