Type Alias fuchsia_runtime::UtcClock

source ·
pub type UtcClock = Clock<MonotonicTimeline, UtcTimeline>;
Expand description

A clock that will return UTC timestamps.

Aliased Type§

struct UtcClock(/* private fields */);