Trait notify::EventFn[][src]

pub trait EventFn: 'static + Fn(Result<Event>) + Send { }
Expand description

The set of requirements for watcher event handling functions.

Implementors