Type Alias scylla::transport::NodeRef

source ·
pub type NodeRef<'a> = &'a Arc<Node>;
Expand description

A way that Nodes are often passed and accessed in the driver’s code.