pub fn parse_std(input: &str) -> Result<StdDuration, Error>Expand description
Parse the human-readable duration string into an StdDuration.
See parse for usage.
pub fn parse_std(input: &str) -> Result<StdDuration, Error>Parse the human-readable duration string into an StdDuration.
See parse for usage.