[][src]Function raw_stdpipes::raw_stdin

pub unsafe fn raw_stdin() -> File

Raw handle to the standard input in File form,all bytes readed come from input in the terminal.

Safety

The ownership of the stdin it's effectively transferred to the returned File,making unsafe using functions as [io::stdin] or anything that reads from the standard input.