Skip to main content

Module wall

Module wall 

Source
Expand description

Wall-clock abstractions and implementations.

Structs§

FixedWallClock
A wall clock that always returns one fixed time.
ManualWallClock
A wall clock projected from a shared ManualMonotonicClock.
StdWallClock
A zero-sized wall clock backed by SystemTime::now.

Traits§

WallClock
Provides the current civil time as a SystemTime.