Skip to main content

st_intersects

Type Alias st_intersects 

Source
pub type st_intersects<a, b> = st_intersects<<a as AsExpression<Nullable<Geometry>>>::Expression, <b as AsExpression<Nullable<Geometry>>>::Expression>;
Expand description

The return type of st_intersects()

Aliased Typeยง

pub struct st_intersects<a, b> { /* private fields */ }