[][src]Struct futures_util::task::SpawnError

pub struct SpawnError {
    pub kind: SpawnErrorKind,
}
[]

The result of a failed spawn

Fields

[]

The kind of error

Trait Implementations

impl Debug for SpawnError
[src]
[+]

[]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for SpawnError

impl Sync for SpawnError