pub trait Instant {
    fn duration_since(&self, earlier: &Self) -> Duration;
}

Required Methods§

Implementations on Foreign Types§

Implementors§