Struct alloc::task::SpawnObjError [−][src]
pub struct SpawnObjError {
pub kind: SpawnErrorKind,
pub task: TaskObj,
}🔬 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
task: TaskObj
🔬 This is a nightly-only experimental API. (futures_api #50547)
futures in libcore are unstable
The task for which spawning was attempted
Trait Implementations
impl Debug for SpawnObjError[src]
impl Debug for SpawnObjErrorAuto Trait Implementations
impl Send for SpawnObjError
impl Send for SpawnObjErrorimpl !Sync for SpawnObjError
impl !Sync for SpawnObjError