pub fn rust_nodes_from_default_config<const N: usize>( cluster: &mut Cluster, ) -> Result<[RustNodeId; N], Error>
Tries to create as many Rust nodes using the default configuration to fill the resulting array.