pub trait ToStringSeconds {
// Required method
fn to_string_seconds(&self) -> String;
}Required Methods§
Sourcefn to_string_seconds(&self) -> String
fn to_string_seconds(&self) -> String
“1.234567890” or as many digits as the type has precision for (always that many, filling with zeroes)