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