Type Alias arceos_api::time::AxTimeValue
source · pub type AxTimeValue = 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 AxTimeValue { /* private fields */ }