Function rust_nodes

Source
pub fn rust_nodes(
    cluster: &mut Cluster,
    config: RustNodeConfig,
) -> impl '_ + Iterator<Item = Result<RustNodeId, Error>>
Expand description

Creates an iterator that creates Rust nodes in the cluster using specified configuration.