Type Alias Ticks

Source
pub type Ticks<T> = Instant<T, TicksUnit>;
Expand description

A timestamp from system ticks. Has an arbitrary unit that can be measured with Ticks::per_second().

Aliased Typeยง

struct Ticks<T>(/* private fields */);