postgis_diesel::functions

Type Alias st_relate

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

The return type of st_relate()

Aliased Typeยง

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