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

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§