Function rustix::io::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