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).