Trait separator::Separatable [] [src]

pub trait Separatable {
    fn separated_string(&self) -> String;
}

Used for numbers that can be printed with separators for the thousands places.

Required Methods

Converts the number to a string with thousands separator.

Implementors