Function rustix::io::raw_stdin

source ·
pub const fn raw_stdin() -> RawFd
Expand description

STDIN_FILENO—Standard input, raw.

This is similar to stdin, however it returns a RawFd.

Other hazards

This has the same hazards as stdin.

References