pub fn use_rerender_signal(
    hooks: &mut Hooks<'_>
) -> Arc<CbDebuggable<dyn Fn() + Send + Sync>>
Expand description

Provides a function that, when called, will cause this Element to be re-rendered.