rustix::stdio

Function 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