Function rustix::io::raw_stderr

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

STDERR_FILENO—Standard error, raw.

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

Other hazards

This has the same hazards as stderr.

References