Crate futures_async_stream_macro

Source
Expand description

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

Macros§

stream_block
Creates streams via coroutines. This is equivalent to #[stream] on async blocks.
try_stream_block
Creates streams via coroutines. This is equivalent to #[try_stream] on async blocks.

Attribute Macros§

for_await
Processes streams using a for loop.
stream
Creates streams via coroutines.
try_stream
Creates streams via coroutines.