Struct std::io::StdinLock
[−]
[src]
pub struct StdinLock<'a> { // some fields omitted }
A locked reference to the a Stdin
`Stdin` handle.
This handle implements both the Read
`Readand
` and BufRead
`BufReadtraits and is constructed via the
` traits and is
constructed via the lock
`lockmethod on
` method on Stdin
`Stdin`.