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

Parses a string into Rfc5545Duration, as per the rules defined in RFC5545.

Errors

Parser errors are returned directly and should usually provide reference as to why the input failed to parse.