Trait ClusterSpec

Source
pub trait ClusterSpec<'a, D: LocalDeploy<'a> + ?Sized> {
    // Required method
    fn build(self, id: usize, name_hint: &str) -> D::Cluster;
}

Required Methods§

Source

fn build(self, id: usize, name_hint: &str) -> D::Cluster

Implementations on Foreign Types§

Source§

impl ClusterSpec<'_, DeployRuntime> for ()

Source§

fn build(self, _id: usize, _name_hint: &str) -> DeployRuntimeCluster

Implementors§