pub trait Clock: Send + Sync { // Required method fn now(&self) -> u64; }
A clock trait used to obtain the current time.
target_family=wasm
target_os=unknown