postgis_diesel::functions

Type Alias st_relate_match

source
pub type st_relate_match<intersection_matrix, intersection_matrix_pattern> = st_relate_match<<intersection_matrix as AsExpression<Text>>::Expression, <intersection_matrix_pattern as AsExpression<Text>>::Expression>;
Expand description

The return type of st_relate_match()

Aliased Typeยง

struct st_relate_match<intersection_matrix, intersection_matrix_pattern> { /* private fields */ }