Available on crate feature
sink only.Expand description
Structs§
- Buffer
- Sink for the
buffermethod. - Close
- Future for the
closemethod. - Drain
- Sink for the
drainfunction. - Fanout
- Sink that clones incoming items and forwards them to two sinks at the same time.
- Feed
- Future for the
feedmethod. - Flush
- Future for the
flushmethod. - Send
- Future for the
sendmethod. - SendAll
- Future for the
send_allmethod. - Sink
ErrInto - Sink for the
sink_err_intomethod. - Sink
MapErr - Sink for the
sink_map_errmethod. - Unfold
- Sink for the
unfoldfunction. - With
- Sink for the
withmethod. - With
Flat Map - Sink for the
with_flat_mapmethod.
Traits§
- Sink
- A
Sinkis a value into which other values can be sent, asynchronously. - SinkExt
- An extension trait for
Sinks that provides a variety of convenient combinator functions.