Trait TimeService

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

Time service.

Provided Methods§

fn monotonic_time(&mut self) -> Instant

Implementors§