Skip to content

Commit

Permalink
docs: batches: ValueList -> SerializeRow
Browse files Browse the repository at this point in the history
  • Loading branch information
wprzytula authored and Lorak-mmk committed Jan 30, 2025
1 parent 037432c commit fe6be5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/queries/batch.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Length of batch values must be equal to the number of statements in a batch.\
Each statement must have its values specified, even if they are empty.

Values passed to `Session::batch` must implement the trait `BatchValues`.\
By default this includes tuples `()` and slices `&[]` of tuples and slices which implement `ValueList`.
By default this includes tuples `()` and slices `&[]` of tuples and slices which implement `SerializeRow`.

Example:
```rust
Expand Down

0 comments on commit fe6be5c

Please sign in to comment.