pub trait WorkTick { // Required method fn now(&self) -> Duration; }
Returns the current time as time elapsed since startup.