Function vidi::actors::watcher_udev::watch

source ยท
fn watch(
    poll: Poll,
    initialized: Arc<Notify>,
    f: impl FnMut(Event),
) -> Result<()>