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