Function process_stream::into_stream
source · [−]pub fn into_stream<T, R>(std: R, is_stdout: bool) -> impl Stream<Item = T> where
T: From<(bool, Result<String>)>,
R: AsyncRead, Expand description
Convert std_stream to a stream of T