Function rust_nodes_from_config

Source
pub fn rust_nodes_from_config<const N: usize>(
    cluster: &mut Cluster,
    config: RustNodeConfig,
) -> Result<[RustNodeId; N], Error>
Expand description

Tries to create as many Rust nodes using the specified configuration to fill the resulting array.