Module time::ext [−][src]
Expand description
Extension traits.
Traits
Create Duration
s from primitive and core numeric types.
Create std::time::Duration
s from primitive and core numeric types.
Create std::time::Duration
s from primitive and core numeric types. Unless
you are always expecting a std::time::Duration
, you should prefer to use
NumericalStdDuration
for clarity.