Type Alias postgis_diesel::operators::StIntersects
source · pub type StIntersects<ExprLeft, ExprRight> = st_intersects<<ExprLeft as AsExpression<Geography>>::Expression, <ExprRight as AsExpression<Geography>>::Expression>;
Aliased Type§
struct StIntersects<ExprLeft, ExprRight> { /* private fields */ }