Function diesel_mysql_spatial::functions::ST_SRID_2
source · [−]pub fn ST_SRID_2<G: Into<Geometry>, g, srid>(
g: g,
srid: srid
) -> ST_SRID_2<G, <g as AsExpression<G>>::Expression, <srid as AsExpression<Integer>>::Expression> where
g: AsExpression<G>,
srid: AsExpression<Integer>, Expand description
Represents the MySQL ST_SRID function (with two arguments).