pub fn watch_debounced_with_options<W, T, DFn, CFn>(
deps: DFn,
callback: CFn,
ms: f64,
options: WatchDebouncedOptions,
) -> impl Fn() + Clone
Expand description
Version of watch_debounced
that accepts WatchDebouncedOptions
.
See watch_debounced
for how to use.