Type Definition cratedb::Cluster [] [src]

type Cluster = DBCluster<HTTPBackend<&'static str>>;

Shortcut to access a CrateDB cluster with the default HTTP-based backend.