fn handle_event( event: Result<Event>, watching_dirs: &HashMap<PathBuf, HashSet<DirEventFilter>>, ) -> Option<Event>
Map a notify event to the Event type returned by FileWatcher.
notify
Event
FileWatcher