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.
