Expand description
ModulesΒ§
- buffer π
- close π
- drain π
- err_
into π - fanout π
- feed π
- flush π
- map_err π
- send π
- send_
all π - unfold π
- with π
- with_
flat_ πmap
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.
FunctionsΒ§
- assert_
sink π - drain
- Create a sink that will just discard all items given to it.
- unfold
- Create a sink from a function which processes one item at a time.