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 */);
pub type MonotonicInstant = Instant<MonotonicTimeline>;
A timestamp from the monontonic clock. Does not advance while the system is suspended.
struct MonotonicInstant(/* private fields */);