Trait Clock
embedded_time
pub trait Clock: Sized + Period { type Rep: TimeRep; fn now() -> Instant<Self>; }
type Rep: TimeRep
The type of the internal representation of time
fn now() -> Instant<Self>
Get the current Instant