Module std::time::durationUnstable [-] [+] [src]

Temporal quantification

Structs

Duration

ISO 8601 time duration with nanosecond precision. This also allows for the negative duration; see individual methods for details.

Constants

MAX

The maximum possible Duration: i64::MAX milliseconds.

MIN

The minimum possible Duration: i64::MIN milliseconds.