mirror of
https://github.com/async-rs/async-std.git
synced 2025-11-09 13:06:39 +00:00
241: Simplify extension traits using a macro r=yoshuawuyts a=stjepang This PR would fix #235 Async methods in our extension traits are now written in the simpler `-> impl Future<Output = T> [ConcreteFuture<Self>]` style. At the same time, doc tests are used even when the `docs` feature is not enabled. Co-authored-by: Stjepan Glavina <stjepang@gmail.com> |
||
|---|---|---|
| .. | ||
| fs | ||
| future | ||
| io | ||
| net | ||
| os | ||
| result | ||
| stream | ||
| sync | ||
| task | ||
| vec | ||
| lib.rs | ||
| pin.rs | ||
| prelude.rs | ||
| utils.rs | ||