Function postgis_diesel::functions::st_intersects

source ยท
pub fn st_intersects<G: GeoType, left, right>(
    left: left,
    right: right,
) -> st_intersects<G, left, right>
where left: AsExpression<G>, right: AsExpression<G>,
Expand description

Tests if two geometries intersect (they have at least one point in common).