[−][src]Module futures_util::sink 
Sinks
This module contains a number of functions for working with Sinks,
including the SinkExt trait which adds methods to Sink types.
Structs
| Buffer | 
                                 Sink for the   | 
                       
| Close | 
                                 Future for the   | 
                       
| Fanout | 
                                 Sink that clones incoming items and forwards them to two sinks at the same time.  | 
                       
| Flush | 
                                 Future for the   | 
                       
| Send | 
                                 Future for the   | 
                       
| SendAll | 
                                 Future for the   | 
                       
| SinkErrInto | 
                                 A sink combinator to change the error type of a sink.  | 
                       
| SinkMapErr | 
                                 Sink for the   | 
                       
| With | 
                                 Sink for the   | 
                       
| WithFlatMap | 
                                 Sink for the   | 
                       
Traits
| SinkExt | 
                                 An extension trait for   |