Trait ToStringMilliseconds

Source
pub trait ToStringMilliseconds {
    // Required method
    fn to_string_ms(&self) -> String;
}

Required Methods§

Source

fn to_string_ms(&self) -> String

“1234.567890” or as many digits as the type has precision for (always that many, filling with zeroes)

Implementors§