Expand description
Structs and traits surrounding the Monotonic
trait.
Traits§
- Timer
Queue Based Duration - A duration that can be used in
TimerQueueBasedMonotonic
. - Timer
Queue Based Instant - An instant that can be used in
TimerQueueBasedMonotonic
. - Timer
Queue Based Monotonic - A
Monotonic
that is backed by theTimerQueue
.