Struct std::task::SpawnObjError [−][src]
pub struct SpawnObjError { pub kind: SpawnErrorKind, pub future: FutureObj<'static, ()>, }
🔬 This is a nightly-only experimental API. (futures_api
#50547)
futures in libcore are unstable
The result of a failed spawn
Fields
kind: SpawnErrorKind
🔬 This is a nightly-only experimental API. (futures_api
#50547)
futures in libcore are unstable
The kind of error
future: FutureObj<'static, ()>
🔬 This is a nightly-only experimental API. (futures_api
#50547)
futures in libcore are unstable
The future for which spawning inside a task was attempted
Trait Implementations
impl Debug for SpawnObjError
[src]
impl Debug for SpawnObjError
Auto Trait Implementations
impl Send for SpawnObjError
impl Send for SpawnObjError
impl !Sync for SpawnObjError
impl !Sync for SpawnObjError