Module fixed

Source
Expand description

Fixed-point decimal type.

Structs§

Fixed
Fixed-point decimal type.

Traits§

FixedPointOps
Number type with the required properties for implementing Fixed.

Type Aliases§

U64D9
Decimal type with 9 decimals and backed by u64
U128D20
Decimal type with 20 decimals and backed by u128