Struct tor_rtcompat::TimeoutError [−][src]
pub struct TimeoutError;
Expand description
An error value given when a function times out.
This value is generated when the timeout from
SleepProviderExt::timeout expires before the provided future
is ready.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for TimeoutErrorimpl Send for TimeoutErrorimpl Sync for TimeoutErrorimpl Unpin for TimeoutErrorimpl UnwindSafe for TimeoutErrorBlanket Implementations
Mutably borrows from an owned value. Read more