pub struct AsyncStd;
Available on crate feature async-std only.
Expand description

The async_std runtime for spawning executors.

Trait Implementations

The async_std runtime for spawning executors.

Available on crate feature futures only.

The type of join handle which returns ()

Available on crate feature futures only.

Spawn pending jobs using async runtime spawn function

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.