[][src]Module time::prelude

A collection of traits 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.

Traits

_

Create Durations from primitive and core numeric types.

_

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