postgis_diesel::functions_nullable

Type Alias st_covers

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

The return type of st_covers()

Aliased Typeยง

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