Re-exports§
pub use crate::frame::response::cql_to_rust;
pub use crate::frame::response::cql_to_rust::FromRow;
pub use crate::frame::types::Consistency;
Modules§
- This module contains various errors which can be returned by
scylla::Session
Macros§
- This macro implements FromCqlVal given a type and method of CqlValue that returns this type.
- Implements the
SerializeCql
trait for a type, provided that the type already implements the legacyValue
trait. - Implements the
SerializeRow
trait for a type, provided that the type already implements the legacyValueList
trait.