postgis_diesel::functions

Type Alias st_disjoint

source
pub type st_disjoint<left, right> = st_disjoint<<left as AsExpression<Geometry>>::Expression, <right as AsExpression<Geometry>>::Expression>;
Expand description

The return type of st_disjoint()

Aliased Typeยง

struct st_disjoint<left, right> { /* private fields */ }