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ยง
pub struct Inline<'a> { /* private fields */ }