pub trait HostWallClock: Send { // Required methods fn resolution(&self) -> Duration; fn now(&self) -> Duration; }