Offset

Type Alias Offset 

Source
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ยง

pub struct Offset<'a> { /* private fields */ }