Module futures_util::sink
source · [−]Expand description
Structs
Sink that clones incoming items and forwards them to two sinks at the same time.
Sink for the sink_err_into
method.
Sink for the sink_map_err
method.
Sink for the with_flat_map
method.
Traits
A Sink
is a value into which other values can be sent, asynchronously.
An extension trait for Sink
s that provides a variety of convenient
combinator functions.