Type Alias Duration

Source
pub type Duration = i64;
Expand description

A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years.