rust-lang / impl-trait-utils

Utilities for working with impl traits in Rust.
Apache License 2.0
89 stars 9 forks source link

allow(async_fn_in_trait) on traits with Send variant #6

Closed tmandry closed 9 months ago

tmandry commented 9 months ago

If the user is using this macro then they aren't in danger of publishing a trait incompatible with work-stealing executors.