MBRCoveredBy

Function MBRCoveredBy 

Source
pub fn MBRCoveredBy<G1: Into<Geometry>, G2: Into<Geometry>, g1, g2>(
    g1: g1,
    g2: g2,
) -> MBRCoveredBy<G1, G2, <g1 as AsExpression<G1>>::Expression, <g2 as AsExpression<G2>>::Expression>
where g1: AsExpression<G1>, g2: AsExpression<G2>,
Expand description

Represents the MySQL MBRCoveredBy function