Skip to main content

Module time

Module time 

Source
Expand description

Time source abstraction and the built-in StdTime implementation.

Structs§

StdTime
A time source backed by std::time::Instant.

Traits§

TimeSource
Returns the current time as microseconds since an arbitrary epoch.

Type Aliases§

DefaultTime
The default time source on all supported targets.