Module clock

Module clock 

Source

Structs§

SystemClock
The default implementation of the Clock trait. SystemClock is cloneable.

Traits§

BoxedClockClone
BoxedClockClone represents a trait get an instance of ClockType.
Clock
Clock represents a trait to get the current std::time::SystemTime.

Type Aliases§

ClockType
Defines a boxed pointer to Clock.