Async fn in trait MVP comes to nightly

📝

内容提要

The async working group is excited to announce that async fn can now be used in traits in the nightly compiler. You can now write code like this: #![feature(async_fn_in_trait)] trait Database { ...

🏷️

标签

➡️

继续阅读