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