Function std::io::stdio::stderrExperimental
[-]
[+]
[src]
pub fn stderr() -> LineBufferedWriter<StdWriter>
Creates a line-buffered handle to the stderr of the current process.
See stdout()
for notes about this function.