Type Alias postgis_diesel::functions::st_relate_check

source ·
pub type st_relate_check<left, right, intersection_matrix_mattern> = st_relate_check<<left as AsExpression<Geometry>>::Expression, <right as AsExpression<Geometry>>::Expression, <intersection_matrix_mattern as AsExpression<Text>>::Expression>;
Expand description

The return type of st_relate_check()

Aliased Type§

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