Struct size_format::CommaSeparated[][src]

pub struct CommaSeparated;

Represents a comma separation scheme for numbers (',').

Trait Implementations

impl DecimalSeparator for CommaSeparated
[src]

SEPARATOR: char = ','

The separator to use.

Auto Trait Implementations