Constant STDIN

pub const STDIN: BorrowedFd<'static>;

The file descriptor for the standard input stream of the current process.

See [io::stdin()]crate::io::stdin for the higher level handle, which should be preferred whenever possible. See STDERR for why the file descriptor might be required and caveats.