Skip to content
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

Remove async_trait in favor of stdlib #11

Open
vlopes11 opened this issue Mar 19, 2022 · 0 comments
Open

Remove async_trait in favor of stdlib #11

vlopes11 opened this issue Mar 19, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@vlopes11
Copy link
Contributor

Rust doesn't support async traits as of the moment.

As soon as the feature lands in stable, we should remove async_trait from our implementation in favor of the canonical implementation.

Blocked by: rust-lang/rust#44265

Originally posted by @adlerjohn in #9 (comment)

@adlerjohn adlerjohn added the enhancement New feature or request label Mar 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants