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

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

Errors returned from the Spawn::spawn function.

Methods

impl<F> ExecuteError<F>
[src]

Create a new ExecuteError

Returns the associated reason for the error

Consumes self and returns the original future that was spawned.

Trait Implementations

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<F> Send for ExecuteError<F> where
    F: Send

impl<F> Sync for ExecuteError<F> where
    F: Sync