Module writers

Source
Expand description

Contains types and traits used for safe serialization of values for a CQL statement.

Structsยง

CellOverflowError
There was an attempt to produce a CQL value over the maximum size limit (i32::MAX)
CellValueBuilder
Allows appending bytes to a non-null, non-unset cell.
CellWriter
Represents a handle to a CQL value that needs to be written into.
RowWriter
An interface that facilitates writing values for a CQL query.
WrittenCellProof
An object that indicates a type-level proof that something was written by a CellWriter or CellValueBuilder with lifetime parameter 'buf.