dtolnay / async-trait

Type erasure for async trait methods
Apache License 2.0
1.84k stars 85 forks source link

Async methods returning streams #207

Closed huntc closed 1 year ago

huntc commented 2 years ago

Has there been any thinking in terms of supporting Stream aka AsyncIterator, or will that come down to some future syntax like yield SomeType? Thanks.

dtolnay commented 1 year ago

It's not in scope for this crate.