Type Alias postgis_diesel::functions::St3DIntersects

source ·
pub type St3DIntersects<GeomA, GeomB> = st_3d_intersects<<GeomA as AsExpression<Geometry>>::Expression, <GeomB as AsExpression<Geometry>>::Expression>;

Aliased Type§

struct St3DIntersects<GeomA, GeomB> { /* private fields */ }