We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d8841 commit a1bcaa5Copy full SHA for a1bcaa5
scylla/src/cluster/node.rs
@@ -89,13 +89,7 @@ pub struct Node {
89
pub type NodeRef<'a> = &'a Arc<Node>;
90
91
impl Node {
92
- /// Creates new node which starts connecting in the background
93
- /// # Arguments
94
- ///
95
- /// `address` - address to connect to
96
- /// `compression` - preferred compression to use
97
- /// `datacenter` - optional datacenter name
98
- /// `rack` - optional rack name
+ /// Creates a new node which starts connecting in the background.
99
pub(crate) fn new(
100
peer: PeerEndpoint,
101
pool_config: &PoolConfig,
0 commit comments