Function std::io::stdio::stdin_rawExperimental
[-]
[+]
[src]
pub fn stdin_raw() -> StdReader
Creates a new non-blocking handle to the stdin of the current process.
Unlike stdin(), the returned reader is not a buffered reader.
See stdout() for more notes about this function.