Method lrs::tty::Tty::pending_input

Returns the number of pending input bytes.

Syntax

impl Tty {
    fn pending_input(&self) -> Result<usize, Errno>
}

See also