Struct futures::future::ExecuteError [−][src]
pub struct ExecuteError<F> { /* fields omitted */ }Expand description
Errors returned from the Spawn::spawn function.
Implementations
Create a new ExecuteError
Returns the associated reason for the error
Consumes self and returns the original future that was spawned.
Trait Implementations
Auto Trait Implementations
impl<F> RefUnwindSafe for ExecuteError<F> where
F: RefUnwindSafe, impl<F> Send for ExecuteError<F> where
F: Send, impl<F> Sync for ExecuteError<F> where
F: Sync, impl<F> Unpin for ExecuteError<F> where
F: Unpin, impl<F> UnwindSafe for ExecuteError<F> where
F: UnwindSafe,