[][src]Module ethox::time

Time structures.

The time module contains structures used to represent both absolute and relative time.

  • Instant is used to represent absolute time.
  • Duration is used to represent relative time.

Structs

Duration

A Duration type to represent a span of time, typically used for system timeouts.

Instant

A representation of an absolute time value.

Enums

Expiration

An expiration time, inversion of Option.