pub fn parse_duration(duration: &str) -> Result<Duration>Expand description
Parses a human-readable duration with the cyborgtime parser.
Successful input is returned as a standard Duration. Parser failures are
wrapped with the original input for context.