Module futures::sink
[−]
[src]
Asynchronous sinks
This module contains the Sink
trait, along with a number of adapter types
for it. An overview is available in the documentation for the trait itself.
You can find more information/tutorials about streams online at https://tokio.rs
Structs
Buffer |
Sink for the |
Flush |
Future for the |
Send |
Future for the |
SendAll |
Future for the |
SinkFromErr |
A sink combinator to change the error type of a sink. |
SinkMapErr |
Sink for the |
Wait |
A sink combinator which converts an asynchronous sink to a blocking sink. |
With |
Sink for the |
WithFlatMap |
Sink for the |
Traits
Sink |
A |
Type Definitions
BoxSink |
A type alias for |