inotify_read

Function inotify_read 

Source
pub fn inotify_read<T: Pod + ?Sized>(
    fd: c_int,
    buf: &mut T,
) -> Result<impl IntoIterator<Item = InotifyEvent<'_>>>
Expand description

Reads from an inotify file descriptor and returns an iterator over the results