Type Alias postgis_diesel::functions_nullable::StRelate

source ·
pub type StRelate<GeomA, GeomB> = st_relate<<GeomA as AsExpression<Nullable<Geometry>>>::Expression, <GeomB as AsExpression<Nullable<Geometry>>>::Expression>;

Aliased Type§

struct StRelate<GeomA, GeomB> { /* private fields */ }