Function std::io::stdio::stderr_raw
source · const fn stderr_raw() -> StderrRaw ⓘ
🔬This is a nightly-only experimental API. (
libstd_sys_internals
)Expand description
Constructs a new raw handle to the standard error stream of this process.
The returned handle does not interact with any other handles created nor
handles returned by std::io::stderr
.
The returned handle has no external synchronization or buffering layered on top.