Function use_element_bounding_with_options

Source
pub fn use_element_bounding_with_options<El, M>(
    target: El,
    options: UseElementBoundingOptions,
) -> UseElementBoundingReturn<impl Fn() + Clone + Send + Sync>
Expand description

Version of use_element_bounding that takes a UseElementBoundingOptions. See use_element_bounding for how to use.