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 { async fn fDatabase for MyDb { async fn failable in the playground. There are some limitations we'll cover,