parse_std

Function 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.