floating_ui_dom

Type Alias Inline

Source
pub type Inline<'a> = Inline<'a, Element, Window>;
Expand description

Inline middleware.

Provides improved positioning for inline reference elements that can span over multiple lines, such as hyperlinks or range selections.

See the Rust Floating UI book for more documentation.

Aliased Typeยง

struct Inline<'a> { /* private fields */ }