rustix::stdio

Function raw_stdout

Source
pub const fn raw_stdout() -> RawFd
Expand description

STDOUT_FILENO—Standard output, raw.

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

§Other hazards

This has the same hazards as stdout.

§References