ST_Buffer_3

Function ST_Buffer_3 

Source
pub fn ST_Buffer_3<G: Into<Geometry>, g, d, strategy1, strategy2, strategy3>(
    g: g,
    d: d,
    strategy1: strategy1,
    strategy2: strategy2,
    strategy3: strategy3,
) -> ST_Buffer_3<G, <g as AsExpression<G>>::Expression, <d as AsExpression<Double>>::Expression, <strategy1 as AsExpression<Blob>>::Expression, <strategy2 as AsExpression<Blob>>::Expression, <strategy3 as AsExpression<Blob>>::Expression>
where g: AsExpression<G>, d: AsExpression<Double>, strategy1: AsExpression<Blob>, strategy2: AsExpression<Blob>, strategy3: AsExpression<Blob>,
Expand description

Represents the MySQL ST_Buffer function (with five arguments)