pub type Size<'a> = Size<'a, Element, Window>;Expand description
Size middleware.
Provides data that allows you to change the size of the floating element - for instance, prevent it from overflowing the clipping boundary or match the width of the reference element.
See the Rust Floating UI book for more documentation.
Aliased Typeยง
pub struct Size<'a> { /* private fields */ }