Module base::time

source · []
Expand description

Structures representing time in different ways.

Re-exports

pub use self::duration::DurationExt;

Modules

Re-exports from chrono.

Generic stuff over durations.

Structs

An actual, absolute date.

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.

Wrapper around a duration representing a lifetime.

Wrapper around a duration.

Type Definitions

Type alias for a chrono local date/time.