Crate cql_model

Source
Expand description

This crate contains the core models/interfaces used by CQL Database.

It does not contain any implementations.

Traitsยง

CqlReadable
A CQL Value Type with single point read capability.
CqlStreamReadable
A CQL Value Type with stream read capability.
CqlType
The base CQL Value Type
CqlWritable
A CQL Value Type with single point write capability.