pub struct FixedDecimalFormatter { /* private fields */ }
Expand description

A formatter for FixedDecimal, rendering decimal digits in an i18n-friendly way.

FixedDecimalFormatter supports:

  1. Rendering in the local numbering system
  2. Locale-sensitive grouping separator positions
  3. Locale-sensitive plus and minus signs

Read more about the options in the options module.

See the crate-level documentation for examples.

Implementations

Creates a new FixedDecimalFormatter from locale data and an options bag.

📚 Help choosing a constructor

⚠️ The bounds on this function may change over time, including in SemVer minor releases.

Creates a new instance using an AnyProvider.

For details on the behavior of this function, see: Self::try_new_unstable

📚 Help choosing a constructor

Enabled with the "serde" feature.

Creates a new instance using a BufferProvider.

For details on the behavior of this function, see: Self::try_new_unstable

📚 Help choosing a constructor

Formats a FixedDecimal, returning a FormattedFixedDecimal.

Formats a FixedDecimal, returning a String.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.