Skip to main content

parse_short_duration_seconds

Function parse_short_duration_seconds 

Source
pub fn parse_short_duration_seconds(value: &str) -> Option<u64>
Expand description

Parses short durations: <integer><unit> with unit s, m, h, or d.