pub trait TimeProvider {
    // Required method
    fn now(&mut self) -> Time;
}

Required Methods§

source

fn now(&mut self) -> Time

Implementors§