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