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

Represents the MySQL ST_Buffer function (with three arguments)