fn ignore_event_kind(kind: &EventKind) -> boolExpand description
Check whether this is a kind of notify::Event that we want to ignore.
Returns true for
- events that trigger on non-mutating file accesses
- catch-all events (used by
notifyfor unsupported/unknown events) - “other” meta-events