postgis_diesel::functions

Type Alias st_intersects

source
pub type st_intersects<G, left, right> = st_intersects<G, <left as AsExpression<G>>::Expression, <right as AsExpression<G>>::Expression>;
Expand description

The return type of st_intersects()

Aliased Typeยง

struct st_intersects<G, left, right> { /* private fields */ }