[][src]Trait witchcraft_metrics::Clock

pub trait Clock: 'static + Sync + Send {
    pub fn now(&self) -> Instant;
}

A source of monotonic time.

Required methods

pub fn now(&self) -> Instant[src]

Returns the current time.

Loading content...

Implementors

impl Clock for SystemClock[src]

Loading content...