-
Notifications
You must be signed in to change notification settings - Fork 249
refactor: Remove async_trait
in Catalog
trait.
#139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Could I work on this ? Please tell me what precisely is to be done here? |
Is there any movement on this one? I see there was a prior PR to close, but it was closed pending upstream releases. If there's nobody working on it anymore, I would like to take a shot at it if that's okay 👍 For mine/anyone else's reference, is there a preference to using |
Hi, @jdockerty Thanks for you interest, I think we can go on this work after rust-lang/impl-trait-utils#27 is release on new rust release. |
I personally do not favor adopting |
I propose closing this issue as it's unlikely we'll remove |
+1, we can close this first. |
After #140 get merged, we will be able to use
async fn
in trait, andasync_trait
macro is no longer needed.The text was updated successfully, but these errors were encountered: