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