ST_Latitude_2

Function ST_Latitude_2 

Source
pub fn ST_Latitude_2<p, new_latitude>(
    p: p,
    new_latitude: new_latitude,
) -> ST_Latitude_2<<p as AsExpression<Point>>::Expression, <new_latitude as AsExpression<Double>>::Expression>
where p: AsExpression<Point>, new_latitude: AsExpression<Double>,
Expand description

Represents the MySQL ST_Latitude function (with two arguments).