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
SerializeCqltrait for a type, provided that the type already implements the legacyValuetrait. - Implements the
SerializeRowtrait for a type, provided that the type already implements the legacyValueListtrait.