[−][src]Function sgx_tstd::io::stderr
pub fn stderr() -> Stderr
Constructs a new handle to the standard error of the current process.
This handle is not buffered.
Note: Windows Portability Consideration
When operating in a console, the Windows implementation of this stream does not support non-UTF-8 byte sequences. Attempting to write bytes that are not valid UTF-8 will return an error.