pub trait TimeService { // Provided method fn monotonic_time(&mut self) -> Instant { ... } }
Time service.