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