pub fn compute_coords_from_placement(
_: &ElementRects,
placement: Placement,
rtl: Option<bool>,
) -> CoordsExpand description
Computes the x and y coordinates that will place the floating element next to a given reference element based on a placement.