ST_IsSimple

Function ST_IsSimple 

Source
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.