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