postgis_diesel::functions_nullable

Type Alias 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 */ }