pub fn parse(input: &str) -> Result<Duration, Error>
Expand description

Parse a string into a duration object.

See the module level documentation for more.