pub fn parse(s: &str) -> Result<Duration>
Parse <n><unit> where unit is d/h/m/s (e.g. 3d, 12h, 90s). n must be a positive integer.
<n><unit>
d
h
m
s
3d
12h
90s
n