[][src]Function tokio_file_unix::raw_stdin

pub fn raw_stdin() -> Result<File>

Duplicate the standard input file.

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