pub type TimeValue = Duration;Expand description
A measurement of the system clock.
Currently, it reuses the core::time::Duration type. But it does not
represent a duration, but a clock time.
Aliased Type§
struct TimeValue { /* private fields */ }