Method lrs::poll::Event::is_read

Returns whether the file descriptor is readable.

Syntax

impl Event {
    fn is_read(self) -> bool
}