mirror of
https://github.com/async-rs/async-std.git
synced 2025-12-02 03:14:29 +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> |
||
|---|---|---|
| .. | ||
| buf_read | ||
| read | ||
| write | ||
| buf_reader.rs | ||
| buf_writer.rs | ||
| copy.rs | ||
| cursor.rs | ||
| empty.rs | ||
| mod.rs | ||
| prelude.rs | ||
| repeat.rs | ||
| seek.rs | ||
| sink.rs | ||
| stderr.rs | ||
| stdin.rs | ||
| stdout.rs | ||
| timeout.rs | ||