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