Expand description
Types and traits related to serialization of values to the CQL format.
Re-exports§
pub use writers::CellValueBuilder;
pub use writers::CellWriter;
pub use writers::RowWriter;
Modules§
- batch
- Contains the
BatchValues
andBatchValuesIterator
trait and their implementations. - raw_
batch - Contains the
RawBatchValues
andRawBatchValuesIterator
trait and their implementations. - row
- Contains the
SerializeRow
trait and its implementations. - value
- Contains the
SerializeValue
trait and its implementations. - writers
- Contains types and traits used for safe serialization of values for a CQL statement.
Structs§
- Serialization
Error - An error indicating that a failure happened during serialization.