pub fn parse(input: &str) -> Result<Duration, Error>
Parse a string into a duration object.
See the module level documentation for more.