Type Alias postgis_diesel::functions::st_covers

source ·
pub type st_covers<G, left, right> = st_covers<G, <left as AsExpression<G>>::Expression, <right as AsExpression<G>>::Expression>;
Expand description

The return type of st_covers()

Aliased Type§

struct st_covers<G, left, right> { /* private fields */ }