pub type MonotonicInstant = Instant<MonotonicTimeline>;Expand description
A timestamp from the monontonic clock. Does not advance while the system is suspended.
Aliased Typeยง
pub struct MonotonicInstant(/* private fields */);pub type MonotonicInstant = Instant<MonotonicTimeline>;A timestamp from the monontonic clock. Does not advance while the system is suspended.
pub struct MonotonicInstant(/* private fields */);