pub fn ST_Longitude_2<p, new_longitude>(
    p: p,
    new_longitude: new_longitude
) -> ST_Longitude_2<<p as AsExpression<Point>>::Expression, <new_longitude as AsExpression<Double>>::Expression> where
    p: AsExpression<Point>,
    new_longitude: AsExpression<Double>, 
Expand description

Represents the MySQL ST_Longitude function (with two arguments).