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