Struct futures_core::task::SpawnLocalObjError [−][src]
pub struct SpawnLocalObjError { pub kind: SpawnErrorKind, pub task: LocalFutureObj<'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: LocalFutureObj<'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 SpawnLocalObjError
[src]
impl Debug for SpawnLocalObjError
Auto Trait Implementations
impl !Send for SpawnLocalObjError
impl !Send for SpawnLocalObjError
impl !Sync for SpawnLocalObjError
impl !Sync for SpawnLocalObjError