Trait hydro_lang::deploy::ExternalSpec

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

Required Methods§

source

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

Implementations on Foreign Types§

source§

impl ExternalSpec<'_, DeployRuntime> for ()

source§

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

Implementors§