Skip to main content

child_stderr

Function child_stderr 

Source
pub fn child_stderr() -> Stdio
Expand description

Returns a Stdio suitable for a child process’s stderr. When silent mode is active, this dups the saved real-stderr fd so the child bypasses the /dev/null redirect on fd 2. Otherwise returns Stdio::inherit().