floating_ui_dom

Type Alias Arrow

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

Arrow middleware.

Provides data to position an inner element of the floating element so that it appears centered to the reference element.

See the Rust Floating UI book for more documentation.

Aliased Typeยง

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