pub trait TimeProvider:
WallClock
+ MonotonicClock
+ Sync { }Available on non-crate feature
std, or crate feature std and target_family=wasm and target_os=unknown only.Expand description
A full time context that can provide wall-clock and monotonic time.