Type Alias postgis_diesel::functions::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 */ }