pub trait SystemTime {
    fn now(&self) -> Duration;
}

Required methods

Implementors