You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-08-08 08:22:52 +02:00
@ -4,7 +4,7 @@ minutes: 5
|
|||||||
|
|
||||||
# Async Traits
|
# Async Traits
|
||||||
|
|
||||||
Async methods in traits are were stabilized in the 1.75 release. This required
|
Async methods in traits were stabilized in the 1.75 release. This required
|
||||||
support for using return-position `impl Trait` in traits, as the desugaring for
|
support for using return-position `impl Trait` in traits, as the desugaring for
|
||||||
`async fn` includes `-> impl Future<Output = ...>`.
|
`async fn` includes `-> impl Future<Output = ...>`.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user