Module scylla_cql::types::serialize::writers
source · Expand description
Contains types and traits used for safe serialization of values for a CQL statement.
Structs§
- There was an attempt to produce a CQL value over the maximum size limit (i32::MAX)
- Allows appending bytes to a non-null, non-unset cell.
- Represents a handle to a CQL value that needs to be written into.
- An interface that facilitates writing values for a CQL query.
- An object that indicates a type-level proof that something was written by a
CellWriter
orCellValueBuilder
with lifetime parameter'buf
.