Stderr

Trait Stderr 

Source
pub trait Stderr: AsFd + AsRawFd { }
Available on Unix only.
Expand description

Marker trait for the standard error (stderr) handle of a child process.

Implementors§

Source§

impl<T> Stderr for T
where T: AsFd + AsRawFd,