bigben/clock
A clock.
Types
Values
pub fn from_fake(clock: fake_clock.FakeClock) -> Clock
Returns a new Clock constructed from the given FakeClock.
pub fn now(clock: Clock) -> timestamp.Timestamp
Returns the current time on the given Clock.