Module futures_await::prelude[][src]

Re-exports

pub use futures::prelude::*;

Macros

await

Ye Olde Await Macro

await_item

Await an item from the stream Basically it does same as await macro, but for streams

stream_yield