fuchsia_runtime

Type Alias UtcClock

Source
pub type UtcClock = Clock<BootTimeline, UtcTimeline>;
Expand description

A clock that will return UTC timestamps.

Aliased Typeยง

struct UtcClock(/* private fields */);