Function dur::parse_std

source ·
pub fn parse_std(input: &str) -> Result<StdDuration, Error>
Expand description

Parse the human-readable duration string into an StdDuration.

See parse for usage.