pub trait ClusterSpec<'a, D: LocalDeploy<'a> + ?Sized> {
// Required method
fn build(self, id: usize, name_hint: &str) -> D::Cluster;
}
Available on crate feature
build
only.Required Methods§
Implementations on Foreign Types§
Source§impl ClusterSpec<'_, DeployRuntime> for ()
impl ClusterSpec<'_, DeployRuntime> for ()
Implementors§
impl ClusterSpec<'_, HydroDeploy> for DeployClusterSpec
Available on crate feature
deploy
only.impl<T: Into<TrybuildHost>, I: IntoIterator<Item = T>> ClusterSpec<'_, HydroDeploy> for I
Available on crate feature
deploy
only.