Type Alias postgis_diesel::functions_nullable::st_intersects
source · pub type st_intersects<G, left, right> = st_intersects<G, <left as AsExpression<Nullable<G>>>::Expression, <right as AsExpression<Nullable<G>>>::Expression>;
Expand description
The return type of st_intersects()
Aliased Type§
struct st_intersects<G, left, right> { /* private fields */ }