Expand description
Time source abstraction and the built-in StdTime implementation.
Structs§
- StdTime
- A time source backed by
std::time::Instant.
Traits§
- Time
Source - Returns the current time as microseconds since an arbitrary epoch.
Type Aliases§
- Default
Time - The default time source on all supported targets.