Type Alias postgis_diesel::functions_nullable::StContains

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

Aliased Type§

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