pub trait TimeContext:
WallClock
+ MonotonicClock
+ Send
+ Sync { }Expand description
A full time context that can provide wall-clock and monotonic time.
pub trait TimeContext:
WallClock
+ MonotonicClock
+ Send
+ Sync { }A full time context that can provide wall-clock and monotonic time.