pub type Duration = TimeDelta;
Alias of TimeDelta.
TimeDelta
struct Duration { secs: i64, nanos: i32, }
secs: i64
nanos: i32