pub trait Stdin: AsFd + AsRawFd { }
Marker trait for the standard input (stdin) handle of a child process.