forked from mirror/async-std
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 | ||