Function raw_stdout

Source
pub fn raw_stdout() -> Result<File>
Expand description

Duplicate the standard output file.

Unlike std::io::Stdout, this file is not buffered.