Function termion::get_tty

source ·
pub fn get_tty() -> Result<File>
Expand description

Get the TTY device.

This allows for getting stdio representing only the TTY, and not other streams.