send_stream

Function send_stream 

Source
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.