postgis_diesel::functions

Type Alias st_equals

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

The return type of st_equals()

Aliased Type§

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