pub trait FormatIntegerValue {
// Required method
fn format_unit(&self, unit: Unit) -> String;
}
Expand description
Trait for formatting integer values with their units
pub trait FormatIntegerValue {
// Required method
fn format_unit(&self, unit: Unit) -> String;
}
Trait for formatting integer values with their units