pub fn into_stream<T, R>(std: R, is_stdout: bool) -> impl Stream<Item = T>where T: From<(bool, Result<String>)>, R: AsyncRead,
Convert std_stream to a stream of T