pub enum Sign {
Plus,
Minus,
}🔬This is a nightly-only experimental API. (
formatting_options #118117)Expand description
The signedness of a Formatter (or of a FormattingOptions).
Variants§
Plus
🔬This is a nightly-only experimental API. (
formatting_options #118117)Represents the + flag.
Minus
🔬This is a nightly-only experimental API. (
formatting_options #118117)Represents the - flag.