Struct std::io::StderrLock
[−]
[src]
pub struct StderrLock<'a> { // some fields omitted }1.0.0
A locked reference to the Stderr
handle.
This handle implements the Write
trait and is constructed via
the Stderr::lock
method.