pub trait InstantEx {
    fn now() -> Instant;
    fn elapsed(&self) -> Duration;
}

Required Methods

Implementors