Function std::io::stderr
[−]
[src]
pub fn stderr() -> Stderr
Constructs a new reference to the standard error stream of a process.
Each returned handle is synchronized amongst all other handles created from this function. No handles are buffered, however.
The returned handle implements the Write
trait.