Module creusot_contracts::std::time
source · Structs§
- A
Duration
type to represent a span of time, typically used for system timeouts. - A measurement of a monotonically nondecreasing clock. Opaque and useful only with
Duration
. - 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_since
andelapsed
methods onSystemTime
, used to learn how far in the opposite direction a system time lies. - An error which can be returned when converting a floating-point value of seconds into a
Duration
.
Constants§
- An anchor in time which can be used to create new
SystemTime
instances or learn about where in time aSystemTime
lies.
Traits§
- The addition operator
+
. - The subtraction operator
-
.
Functions§
logic
logic
logic
logic