[src]

Function std::io::stdio::stderr

pub fn stderr() -> LineBufferedWriter<StdWriter>

Creates a line-buffered handle to the stderr of the current process.

See stdout() for notes about this function.