Module time::ext[][src]

Expand description

Extension traits.

Traits

NumericalDuration

Create Durations from primitive and core numeric types.

NumericalStdDuration

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

NumericalStdDurationShort

Create std::time::Durations from primitive and core numeric types. Unless you are always expecting a std::time::Duration, you should prefer to use NumericalStdDuration for clarity.