Type Alias postgis_diesel::functions_nullable::st_disjoint
source · pub type st_disjoint<left, right> = st_disjoint<<left as AsExpression<Nullable<Geometry>>>::Expression, <right as AsExpression<Nullable<Geometry>>>::Expression>;
Expand description
The return type of st_disjoint()
Aliased Type§
struct st_disjoint<left, right> { /* private fields */ }