Struct std::time::SystemTimeError
[−]
[src]
pub struct SystemTimeError(_);
An error returned from the duration_from_earlier
method on SystemTime
,
used to learn about why how far in the opposite direction a timestamp lies.
Methods
impl SystemTimeError
fn duration(&self) -> Duration
Returns the positive duration which represents how far forward the second system time was from the first.
A SystemTimeError
is returned from the duration_from_earlier
operation whenever the second system time represents a point later
in time than the self
of the method call.