Function diesel_mysql_spatial::functions::MBRContains
source · [−]pub fn MBRContains<G1: Into<Geometry>, G2: Into<Geometry>, g1, g2>(
g1: g1,
g2: g2
) -> MBRContains<G1, G2, <g1 as AsExpression<G1>>::Expression, <g2 as AsExpression<G2>>::Expression> where
g1: AsExpression<G1>,
g2: AsExpression<G2>, Expand description
Represents the MySQL MBRContains function