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

Migrate from async-trait to native (Rust 1.75) #3800

Open
EstebanBorai opened this issue Dec 28, 2023 · 1 comment
Open

Migrate from async-trait to native (Rust 1.75) #3800

EstebanBorai opened this issue Dec 28, 2023 · 1 comment
Assignees

Comments

@EstebanBorai
Copy link
Contributor

Thanks to Rust 1.75, we can now make use of async fn in traits (with certain limitations).

Read more here: https://blog.rust-lang.org/2023/12/28/Rust-1.75.0.html#async-fn-and-return-position-impl-trait-in-traits

A PR testing what can be changed would be awesome, to start making progress on this side.

@EstebanBorai EstebanBorai self-assigned this Dec 28, 2023
@EstebanBorai EstebanBorai changed the title Migrate from async-trait to native Migrate from async-trait to native (Rust 1.75) Dec 28, 2023
Copy link

Stale issue message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants