Module scylla_cql::types::serialize
source · 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§
- Contains the
BatchValues
andBatchValuesIterator
trait and their implementations. - Contains the
RawBatchValues
andRawBatchValuesIterator
trait and their implementations. - Contains the
SerializeRow
trait and its implementations. - Contains the
SerializeValue
trait and its implementations. - Contains types and traits used for safe serialization of values for a CQL statement.
Structs§
- An error indicating that a failure happened during serialization.