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