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

Aliased Type§

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