pub fn parse_duration(value: &str) -> Result<Duration, String>
Expand description

Parses a Duration from string.