[][src]Function raw_stdpipes::raw_stdout

pub unsafe fn raw_stdout() -> File

Raw handle to the standard output in File form,all bytes written are displayed in the terminal.

Safety

The ownership of the stdout it's effectively transferred to the returned File,making unsafe using macros as print!, println! or anything else that prints to the standard output.