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

Represents the MySQL ST_Area function