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
fn separated_string(&self) -> String
Converts the number to a string with thousands separator.