Function diesel_mysql_spatial::functions::ST_Buffer_2
source · [−]pub fn ST_Buffer_2<G: Into<Geometry>, g, d, strategy1, strategy2>(
g: g,
d: d,
strategy1: strategy1,
strategy2: strategy2
) -> ST_Buffer_2<G, <g as AsExpression<G>>::Expression, <d as AsExpression<Double>>::Expression, <strategy1 as AsExpression<Blob>>::Expression, <strategy2 as AsExpression<Blob>>::Expression> where
g: AsExpression<G>,
d: AsExpression<Double>,
strategy1: AsExpression<Blob>,
strategy2: AsExpression<Blob>, Expand description
Represents the MySQL ST_Buffer function (with four arguments)