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