Method lrs::inotify::Inotify::available

Returns the number of bytes available for reading.

Syntax

impl Inotify {
    fn available(&self) -> Result<usize, Errno>
}