Module cap_primitives::time
source · Expand description
Time utilities.
Structs
- A
Durationtype to represent a span of time, typically used for system timeouts. - A measurement of a monotonically nondecreasing clock.
- A reference to a monotonically nondecreasing clock.
- A reference to a system clock, useful for talking to external entities like the file system or other processes.
- A measurement of the system clock, useful for talking to external entities like the file system or other processes.
- An error returned from the
duration_sinceandelapsedmethods onSystemTime, used to learn how far in the opposite direction a system time lies.