Function os_pipe::parent_stderr [] [src]

pub fn parent_stderr() -> Result<Stdio>

Get a copy of the current process's standard error 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.