Type Alias postgis_diesel::functions_nullable::StRelateMatch
source · pub type StRelateMatch<GeomA, GeomB> = st_relate_match<<GeomA as AsExpression<Nullable<Text>>>::Expression, <GeomB as AsExpression<Nullable<Text>>>::Expression>;
Aliased Type§
struct StRelateMatch<GeomA, GeomB> { /* private fields */ }