| buffer.rs |
|
3068 |
| close.rs |
|
1024 |
| drain.rs |
|
1444 |
| err_into.rs |
|
1284 |
| fanout.rs |
|
3444 |
| feed.rs |
|
1326 |
| flush.rs |
|
1219 |
| map_err.rs |
|
1945 |
| mod.rs |
Asynchronous sinks.
This module contains:
- The [`Sink`] trait, which allows you to asynchronously write data.
- The [`SinkExt`] trait, which provides adapters for chaining and composing
sinks. |
11196 |
| send.rs |
|
1253 |
| send_all.rs |
|
3082 |
| unfold.rs |
|
2653 |
| with.rs |
|
3547 |
| with_flat_map.rs |
|
3750 |