Method lrs::tty::Tty::line_discipline

Returns the line discipline of this terminal.

Syntax

impl Tty {
    fn line_discipline(&self) -> Result<LineDiscipline, Errno>
}

See also