Struct futures::task::SpawnObjError [−][src]
pub struct SpawnObjError { pub kind: SpawnErrorKind, pub task: FutureObj<'static, ()>, }
🔬 This is a nightly-only experimental API. (futures_api
)
futures in libcore are unstable
The result of a failed spawn
Fields
kind: SpawnErrorKind
🔬 This is a nightly-only experimental API. (futures_api
)
futures in libcore are unstable
The kind of error
task: FutureObj<'static, ()>
🔬 This is a nightly-only experimental API. (futures_api
)
futures in libcore are unstable
The task for which spawning 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