pub trait Stderr: AsFd + AsRawFd { }
Marker trait for the standard error (stderr) handle of a child process.