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 TimeoutError
impl Send for TimeoutError
impl Sync for TimeoutError
impl Unpin for TimeoutError
impl UnwindSafe for TimeoutError
Blanket Implementations
Mutably borrows from an owned value. Read more