Expand description
Contains types and traits used for safe serialization of values for a CQL statement.
Structsยง
- Cell
Overflow Error - There was an attempt to produce a CQL value over the maximum size limit (i32::MAX)
- Cell
Value Builder - Allows appending bytes to a non-null, non-unset cell.
- Cell
Writer - Represents a handle to a CQL value that needs to be written into.
- RowWriter
- An interface that facilitates writing values for a CQL query.
- Written
Cell Proof - An object that indicates a type-level proof that something was written
by a
CellWriter
orCellValueBuilder
with lifetime parameter'buf
.