pub type MonotonicTicks = Instant<MonotonicTimeline, TicksUnit>;
Expand description
A timestamp from system ticks on the monotonic timeline. Does not advance while the system is suspended.
Aliased Typeยง
pub struct MonotonicTicks(/* private fields */);