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 thelockmethod onStdin`.