pub fn auto_update<F>(
reference: HtmlElement,
floating: HtmlElement,
update: F,
options: AutoUpdateOptions,
) -> Result<()>where
F: Fn() + 'static,pub fn auto_update<F>(
reference: HtmlElement,
floating: HtmlElement,
update: F,
options: AutoUpdateOptions,
) -> Result<()>where
F: Fn() + 'static,