Trait clock::Clock[][src]

pub trait Clock: Send + Sync {
    fn now(&self) -> SystemTime;
}

Simple clock.

Required methods

fn now(&self) -> SystemTime[src]

Returns the time corresponding to "now".

Loading content...

Implementors

impl Clock for FakeClock[src]

impl Clock for SystemClock[src]

Loading content...