Expand description
Types that can be fed to DecimalFormatter
and their utilities
This module contains re-exports from the fixed_decimal
crate.
Enums§
- Sign
Display - Configuration for when to render the minus sign or plus sign.
Type Aliases§
- Decimal
- A Type containing a
UnsignedDecimal
and aSign
to represent a signed decimal number.