[][src]Trait aliri_core::clock::Clock

pub trait Clock {
    fn now(&self) -> UnixTime;
}

Represents a clock, which can tell the current time

Required methods

fn now(&self) -> UnixTime

Gets the current time according to this clock

Loading content...

Implementors

impl Clock for System[src]

impl Clock for TestClock[src]

Loading content...