Struct size_format::PointSeparated[][src]

pub struct PointSeparated;

Represents a point or dot separation scheme for numbers ('.').

Trait Implementations

impl DecimalSeparator for PointSeparated
[src]

SEPARATOR: char = '.'

The separator to use.

Auto Trait Implementations