[−][src]Module cap_std::time
A capability-oriented clock API modeled after std::time.
This corresponds to std::time.
Instead of std::time's methods which return the current time, this crate
has methods on SystemClock and MonotonicClock.
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 |