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