pub fn ST_GeometryType<G: Into<Geometry>, g>(
    g: g
) -> ST_GeometryType<G, <g as AsExpression<G>>::Expression> where
    g: AsExpression<G>, 
Expand description

Represents the MySQL ST_GeometryType function.