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]
impl SpawnErrorpub fn shutdown() -> SpawnError[src]
pub fn shutdown() -> SpawnErrorSpawning is failing because the executor has been shut down.
pub fn is_shutdown() -> bool[src]
pub fn is_shutdown() -> boolCheck whether this error is the shutdown error.
Trait Implementations
impl Debug for SpawnError[src]
impl Debug for SpawnErrorAuto Trait Implementations
impl Send for SpawnError
impl Send for SpawnErrorimpl Sync for SpawnError
impl Sync for SpawnError