Stdout

Trait Stdout 

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

Marker trait for the standard output (stdout) handle of a child process.

Implementors§

Source§

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