Struct futures::executor::SpawnError [] [src]

pub struct SpawnError { /* fields omitted */ }

Provides the reason that an executor was unable to spawn.

Methods

impl SpawnError
[src]

[src]

Spawning is failing because the executor has been shut down.

[src]

Check whether this error is the shutdown error.

Trait Implementations

impl Debug for SpawnError
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for SpawnError

impl Sync for SpawnError