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