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

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

futures in libcore are unstable

The kind of error

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for SpawnObjError

impl !Sync for SpawnObjError