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