Skip to main content

ignore_event_kind

Function ignore_event_kind 

Source
fn ignore_event_kind(kind: &EventKind) -> bool
Expand 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 notify for unsupported/unknown events)
  • “other” meta-events