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