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