Type Alias postgis_diesel::functions::st_3d_intersects

source ·
pub type st_3d_intersects<left, right> = st_3d_intersects<<left as AsExpression<Geometry>>::Expression, <right as AsExpression<Geometry>>::Expression>;
Expand description

The return type of st_3d_intersects()

Aliased Type§

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