Struct time::OutOfRangeError
[−]
[src]
pub struct OutOfRangeError(_);
Represents error when converting Duration
to/from a standard library
implementation
The std::time::Duration
supports a range from zero to u64::MAX
seconds, while this module supports signed range of up to
i64::MAX
of milliseconds.