fidl

Type Alias MonotonicInstant

Source
pub type MonotonicInstant = Instant<MonotonicTimeline>;
Expand description

A timestamp from the monontonic clock. Does not advance while the system is suspended.

Aliased Typeยง

struct MonotonicInstant(/* private fields */);