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.
Trait Implementations
impl Clone for OutOfRangeError[src]
impl Clone for OutOfRangeError[src]fn clone(&self) -> OutOfRangeError[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Error for OutOfRangeError[src]
impl Error for OutOfRangeError[src]impl PartialEq<OutOfRangeError> for OutOfRangeError[src]
impl PartialEq<OutOfRangeError> for OutOfRangeError[src]