Function tokio_file_unix::raw_stdin [] [src]

pub fn raw_stdin() -> Result<File>

Duplicate the standard input file.

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