pub type HrTimerInstant<T> = Instant<<<T as HasHrTimer<T>>::TimerMode as HrTimerMode>::Clock>;
Expand description
A type-alias to refer to the Instant<C>
for a given T
from HrTimer<T>
.
Where C
is the ClockSource
of the HrTimer
.
Aliased Typeยง
pub struct HrTimerInstant<T> { /* private fields */ }