Trait terminal_io::ReadTerminal [−][src]
An extension trait for input streams connected to terminals.
Required methods
fn is_line_by_line(&self) -> bool[src]
Test whether the input is being sent a line at a time.
fn is_input_terminal(&self) -> bool[src]
Test whether the input is connected to a terminal.
Also known as isatty.