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