pub trait SimpleClock { // Required method fn now_us(&self) -> u64; }
Provides an abstraction for hardware-specific clocks with the microsecond precision.
Returns an instant time in the microseconds.