Struct futures::future::ExecuteError [] [src]

pub struct ExecuteError<F> { /* fields omitted */ }

Errors returned from the Spawn::spawn function.

Methods

impl<F> ExecuteError<F>
[src]

[src]

Create a new ExecuteError

[src]

Returns the associated reason for the error

[src]

Consumes self and returns the original future that was spawned.

Trait Implementations

impl<F> Debug for ExecuteError<F>
[src]

[src]

Formats the value using the given formatter.