Module cap_primitives::time [−][src]
Time utilities.
Structs
| Duration | A |
| Instant | A measurement of a monotonically nondecreasing clock. |
| MonotonicClock | A reference to a monotonically nondecreasing clock. |
| SystemClock | A reference to a system clock, useful for talking to external entities like the file system or other processes. |
| SystemTime | A measurement of the system clock, useful for talking to external entities like the file system or other processes. |
| SystemTimeError | An error returned from the |