Type Alias postgis_diesel::functions::st_covered_by
source · pub type st_covered_by<G, left, right> = st_covered_by<G, <left as AsExpression<G>>::Expression, <right as AsExpression<G>>::Expression>;
Expand description
The return type of st_covered_by()
Aliased Type§
struct st_covered_by<G, left, right> { /* private fields */ }