async-fundamentals-initiative
async-fundamentals-initiative copied to clipboard
Async fn in traits initiative
| Metadata | |
|---|---|
| Name | Async fns in traits initiative |
| Owner | @tmandry |
| Liaison | @joshtriplett |
| Proposed in | https://github.com/rust-lang/lang-team/issues/150 |
Purpose
Working towards support for
trait Foo {
async fn bar(&self);
}
Artifacts
- Accepted RFC: Static async fn in traits (https://github.com/rust-lang/rfcs/pull/3185)