pub type MonotonicTimer = Timer;
A timer that measures its deadlines against the monotonic clock.
struct MonotonicTimer(/* private fields */);