Function postgis_diesel::functions_nullable::st_covers

source ยท
pub fn st_covers<G: GeoType, left, right>(
    left: left,
    right: right,
) -> st_covers<G, <left as AsExpression<Nullable<G>>>::Expression, <right as AsExpression<Nullable<G>>>::Expression>
where left: AsExpression<Nullable<G>>, right: AsExpression<Nullable<G>>,
Expand description

Tests if no point in B is outside A