devela::_dep::rustix::stdioFunction raw_stderr
pub const fn raw_stderr() -> i32 ⓘ
Available on crate feature dep_rustix
only.
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