pub type Offset<'a> = Offset<'a, Element, Window>;Expand description
Offset middleware.
Modifies the placement by translating the floating element along the specified axes.
See the Rust Floating UI book for more documentation.
Aliased Typeยง
struct Offset<'a> { /* private fields */ }