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.
pub fn rust_nodes(
cluster: &mut Cluster,
config: RustNodeConfig,
) -> impl '_ + Iterator<Item = Result<RustNodeId, Error>>
Creates an iterator that creates Rust nodes in the cluster using specified configuration.