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.

Trait Implementations

impl Debug for NullFile
[src]

[src]

Formats the value using the given formatter.