Function os_pipe::parent_stdout [−][src]
pub fn parent_stdout() -> Result<Stdio>
Get a copy of the current process's standard output pipe, as a
std::process::Stdio
.
This isn't intended for doing IO, rather it's in a form that can be
passed directly to the std::process::Command
API.