Trait Stdout

Source
pub trait Stdout: AsFd + AsRawFd { }
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,