pub fn st_intersects<left, right>(
    left: left,
    right: right
) -> st_intersects<<left as AsExpression<Geography>>::Expression, <right as AsExpression<Geography>>::Expression>where
    left: AsExpression<Geography>,
    right: AsExpression<Geography>,
👎Deprecated since 2.1.0: please use functions::st_intersects instead, it will be removed in 2.2.0
Expand description

ST_Intersects returns TRUE if the intersection of the geometries or geographies is non-empty.

It is much faster than computing said intersection.