pub fn send_stream<St, Si>(stream: St, sink: Si) -> SendStream<St, Si> ⓘwhere
St: Stream,
Si: Sink<St::Item>,
Expand description
Creates a SendStream
future that sends all items from a stream to a sink.
pub fn send_stream<St, Si>(stream: St, sink: Si) -> SendStream<St, Si> ⓘwhere
St: Stream,
Si: Sink<St::Item>,
Creates a SendStream
future that sends all items from a stream to a sink.