Module util

Source
Expand description

Types that should be part of the standard library, but aren’t.

Modules§

testingtest-dependencies

Structs§

SystemClock
A Clock impl that returns the current time according to the system clock.

Traits§

Clock
A trait that represents the capability to read the system time.