Type Definition cassandra_cpp_sys::CassCluster

source ·
pub type CassCluster = CassCluster_;
Expand description

A cluster object describes the configuration of the Cassandra cluster and is used to construct a session instance. Unlike other DataStax drivers the cluster object does not maintain the control connection.

@struct CassCluster