rust-lang / impl-trait-utils

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

Transform trait to send version #29

Closed odysa closed 7 months ago

odysa commented 7 months ago

trait-variant:make solves my problem of using async fn in pub traits. Thanks for the great work. I wonder if it's possible to transform the trait rather than creating 2 versions since I only need the thread-safe one.

traviscross commented 7 months ago

Closing as a duplicate of #18.