pub trait Notify: Send { // Required method fn notify(&self); }
A trait for types which can be notified of new events. New events are accessible through the FileWatcher instance.
FileWatcher