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