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