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