pub trait MonotonicClock {
// Required method
fn instant(&self) -> Instant;
}Available on non-crate feature
std, or crate feature std and target_family=wasm and target_os=unknown only.Expand description
Source of monotonic instants.