input_stream

Function input_stream 

Source
pub fn input_stream<S>(source: S) -> InputStream<S>
where S: AsyncRead + Unpin,