Struct futures::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

🔬 This is a nightly-only experimental API. (futures_api)

futures in libcore are unstable

The kind of error

🔬 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]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for SpawnLocalObjError

impl !Sync for SpawnLocalObjError