pub fn use_interval_with_options<N>(
interval: N,
options: UseIntervalOptions,
) -> UseIntervalReturn<impl Fn() + Clone, impl Fn() + Clone, impl Fn() + Clone>
Expand description
Version of use_interval
that takes UseIntervalOptions
. See use_interval
for how to use.