postgis_diesel::functions_nullable

Type Alias st_relate

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

The return type of st_relate()

Aliased Typeยง

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