Function postgis_diesel::functions_nullable::st_covered_by

source ยท
pub fn st_covered_by<G: GeoType, left, right>(
    left: left,
    right: right,
) -> st_covered_by<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 A is outside B