Skip to main content

TimeContext

Trait TimeContext 

Source
pub trait TimeContext:
    WallClock
    + MonotonicClock
    + Send
    + Sync { }
Expand description

A full time context that can provide wall-clock and monotonic time.

Implementors§