Stdin

Trait Stdin 

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

Marker trait for the standard input (stdin) handle of a child process.

Implementors§

Source§

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