fn generate_series_step_decimal( start: Decimal, stop: Decimal, step: Decimal, ) -> Result<impl Iterator<Item = Decimal>>