Trait ToStringSeconds

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

Required Methods§

Source

fn to_string_seconds(&self) -> String

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

Implementors§