Crate futures_async_stream_macro

source ·
Expand description

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

Macros§

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

Attribute Macros§