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