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