pub type Hide<'a> = Hide<'a, Element, Window>;
Expand description
Hide middleware.
Provides data to hide the floating element in applicable situations, such as when it is not in the same clipping context as the reference element.
See the Rust Floating UI book for more documentation.
Aliased Typeยง
pub struct Hide<'a> { /* private fields */ }