Struct bitflags::__core::io::StdoutLock [] [src]

pub struct StdoutLock<'a> {
    // some fields omitted
}
1.0.0
[]

A locked reference to the Stdout handle.

This handle implements the Write trait, and is constructed via the Stdout::lock method.