[][src]Crate futures_async_stream_macro

Implementation detail of the futures-async-stream crate. - do not use directly

Macros

stream_block

Creates streams via generators. This is equivalent to #[stream] on async blocks.

try_stream_block

Creates streams via generators. This is equivalent to #[try_stream] on async blocks.

Attribute Macros

for_await

Processes streams using a for loop.

stream

Creates streams via generators.

try_stream

Creates streams via generators.