pub fn process_as_reader<R>( stdin_opt: Option<R>, stderr: Output, cmd_args: (String, Vec<String>), ) -> Result<ChildStream>where R: Read + Send + 'static,