futures_
util
0.3.31
In futures_
util::
sink
Modules
buffer
close
drain
err_into
fanout
feed
flush
map_err
send
send_all
unfold
with
with_flat_map
Structs
Buffer
Close
Drain
Fanout
Feed
Flush
Send
SendAll
SinkErrInto
SinkMapErr
Unfold
With
WithFlatMap
Traits
Sink
SinkExt
Functions
assert_sink
drain
unfold
futures_util
::
sink
Function
assert_sink
Copy item path
Settings
Help
Summary
Source
pub(crate) fn assert_sink<T, E, S>(sink: S) -> S
where S:
Sink
<T, Error = E>,