Trait num_format::Format [−][src]
Trait that abstracts over CustomFormat
, Locale
, and SystemLocale
.
Required methods
fn decimal(&self) -> DecimalStr<'_>
[src]
Returns the string representation of a decimal point.
fn grouping(&self) -> Grouping
[src]
fn infinity(&self) -> InfinityStr<'_>
[src]
Returns the string representation of an infinity symbol.
fn minus_sign(&self) -> MinusSignStr<'_>
[src]
Returns the string representation of a minus sign.
fn nan(&self) -> NanStr<'_>
[src]
Returns the string representation of NaN.
fn plus_sign(&self) -> PlusSignStr<'_>
[src]
Returns the string representation of a plus sign.
fn separator(&self) -> SeparatorStr<'_>
[src]
Returns the string representation of a thousands separator.