Method lrs::tty::Tty::device

Returns the device associated with this terminal.

Syntax

impl Tty {
    fn device(&self) -> Result<Device, Errno>
}