Struct subprocess::NullFile [−][src]
pub struct NullFile;
Marker value for stdin, stdout, and stderr methods
of Exec and Pipeline.
Use of this value means that the corresponding stream should be redirected to the devnull device.