[][src]Module time::prelude

A collection of imports that are widely useful.

Unlike the standard library, this must be explicitly imported:

use time::prelude::*;

The prelude may grow in minor releases. Any removals will only occur in major releases.

Macros

date
offset
time

Traits

_

Create Durations from primitive and core numeric types.

_

Create std::time::Durations from primitive and core numeric types.