pub type UtcClock = Clock<BootTimeline, UtcTimeline>;
Expand description
A clock that will return UTC timestamps.
Aliased Typeยง
struct UtcClock(/* private fields */);
pub type UtcClock = Clock<BootTimeline, UtcTimeline>;
A clock that will return UTC timestamps.
struct UtcClock(/* private fields */);