pub trait Stdout: AsFd + AsRawFd { }
Marker trait for the standard output (stdout) handle of a child process.