Type Alias postgis_diesel::functions_nullable::St3DIntersects

source ·
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 */ }