Struct futures_core::executor::SpawnError[][src]

pub struct SpawnError { /* fields omitted */ }

Provides the reason that an executor was unable to spawn.

Methods

impl SpawnError
[src]

Spawning is failing because the executor has been shut down.

Check whether this error is the shutdown error.

Trait Implementations

impl Debug for SpawnError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for SpawnError

impl Sync for SpawnError