Function postgis_diesel::functions::st_touches
source · pub fn st_touches<left, right>(
left: left,
right: right
) -> st_touches<<left as AsExpression<Geometry>>::Expression, <right as AsExpression<Geometry>>::Expression>where
left: AsExpression<Geometry>,
right: AsExpression<Geometry>,
Expand description
Tests if two geometries have at least one point in common, but their interiors do not intersect.