pub trait Clock: SendSync { // Required method fn now(&self) -> Duration; }
A clock provider
On std platforms, use the StandardClock implementation
A duration since the UNIX epoch