pub fn ST_IsSimple<G: Into<Geometry>, g>(
g: g,
) -> ST_IsSimple<G, <g as AsExpression<G>>::Expression>where
g: AsExpression<G>,Expand description
Represents the MySQL ST_IsSimple function.
pub fn ST_IsSimple<G: Into<Geometry>, g>(
g: g,
) -> ST_IsSimple<G, <g as AsExpression<G>>::Expression>where
g: AsExpression<G>,Represents the MySQL ST_IsSimple function.