Type Alias postgis_diesel::functions_nullable::StWithin

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

Aliased Type§

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