pub fn whenever_with_options<T, DFn, CFn>(
source: DFn,
callback: CFn,
options: WatchOptions,
) -> impl Fn() + Clone
Expand description
Version of whenever
that accepts WatchOptions
. See whenever
for how to use.
pub fn whenever_with_options<T, DFn, CFn>(
source: DFn,
callback: CFn,
options: WatchOptions,
) -> impl Fn() + Clone
Version of whenever
that accepts WatchOptions
. See whenever
for how to use.