rustix::stdioFunction 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