pub fn ST_Buffer<G: Into<Geometry>, g, d>(
g: g,
d: d,
) -> ST_Buffer<G, <g as AsExpression<G>>::Expression, <d as AsExpression<Double>>::Expression>Expand description
Represents the MySQL ST_Buffer function (with two arguments)
pub fn ST_Buffer<G: Into<Geometry>, g, d>(
g: g,
d: d,
) -> ST_Buffer<G, <g as AsExpression<G>>::Expression, <d as AsExpression<Double>>::Expression>Represents the MySQL ST_Buffer function (with two arguments)