[−][src]Struct futures_util::task::SpawnError
pub struct SpawnError { pub kind: SpawnErrorKind, }
The result of a failed spawn
Fields
kind: SpawnErrorKind
The kind of 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