Function parse_float_time

Source
pub fn parse_float_time(s: &str) -> Result<Duration, String>
Expand description

Precisely parses an duration from a string of the form ‘{secs}.{sub-secs}’