postgis_diesel::functions_nullable

Type Alias st_equals

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

The return type of st_equals()

Aliased Typeยง

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