Skip to main content

WorkTick

Trait WorkTick 

Source
pub trait WorkTick {
    // Required method
    fn now(&self) -> Duration;
}

Required Methods§

Source

fn now(&self) -> Duration

Returns the current time as time elapsed since startup.

Implementations on Foreign Types§

Source§

impl WorkTick for Tick

Source§

fn now(&self) -> Duration

Implementors§