notify_debouncer_mini

Function 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.