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
` trait and is constructed via the lock
`lockmethod on
`
method on Stdout
`Stdout`.