pub trait WallClock {
    fn get_time_since_epoch(&self) -> Duration;
}
Expand description

A trait for the callback used to retrieve the system / wall clock time.

Required Methods§

Implementors§