Function notify_debouncer_mini::new_debouncer_opt
source · pub fn new_debouncer_opt<F: DebounceEventHandler, T: Watcher>(
config: Config,
event_handler: F
) -> Result<Debouncer<T>, Error>
Expand description
Creates a new debounced watcher with custom configuration.