pub fn ST_Buffer_Strategy_2<strategy, points_per_circle>(
    strategy: strategy,
    points_per_circle: points_per_circle
) -> ST_Buffer_Strategy_2<<strategy as AsExpression<Text>>::Expression, <points_per_circle as AsExpression<Integer>>::Expression> where
    strategy: AsExpression<Text>,
    points_per_circle: AsExpression<Integer>, 
Expand description

Represents the MySQL ST_Buffer_Strategy function (with two arguments)