[][src]Trait notify::EventFn

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

The set of requirements for watcher event handling functions.

Implementors

impl<F> EventFn for F where
    F: 'static + Fn(Result<Event>) + Send
[src]

Loading content...