Skip to main content

handle_event

Function handle_event 

Source
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.