[][src]Function raw_stdpipes::raw_stderr

pub unsafe fn raw_stderr() -> File

Raw handle to the standard error 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 eprint!, eprintln! or anything else that prints to the standard error.