pub struct Elapsed(_);
Errors returned by Timeout.
Timeout
Formats the value using the given formatter. Read more
The lower-level source of this error, if any. Read more
backtrace
Returns a stack backtrace, if available, of where this error occurred. Read more
use the Display impl or to_string()
replaced by Error::source, which can support downcasting
Performs the conversion.
This method tests for self and other values to be equal, and is used by ==. Read more
self
other
==
This method tests for !=.
!=
Gets the TypeId of self. Read more
TypeId
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Converts the given value to a String. Read more
String
The type returned in the event of a conversion error.