Module time::prelude [−][src]
Expand description
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.
Re-exports
pub use crate::ext::NumericalDuration as _;
pub use crate::ext::NumericalStdDuration as _;