Type Alias postgis_diesel::functions_nullable::StDisjoint

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

Aliased Type§

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