Type Alias postgis_diesel::functions::StWithin

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

Aliased Type§

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