Type Alias postgis_diesel::functions::StIntersects
source · pub type StIntersects<G, GeomA, GeomB> = st_intersects<G, <GeomA as AsExpression<G>>::Expression, <GeomB as AsExpression<G>>::Expression>;
Aliased Type§
struct StIntersects<G, GeomA, GeomB> { /* private fields */ }