pub trait ExternalSpec<'a, D: LocalDeploy<'a> + ?Sized> {
// Required method
fn build(self, id: usize, name_hint: &str) -> D::ExternalProcess;
}
Available on crate feature
build
only.Required Methods§
fn build(self, id: usize, name_hint: &str) -> D::ExternalProcess
Implementations on Foreign Types§
Source§impl ExternalSpec<'_, HydroDeploy> for Arc<dyn Host>
Available on crate feature deploy
only.
impl ExternalSpec<'_, HydroDeploy> for Arc<dyn Host>
Available on crate feature
deploy
only.Source§impl ExternalSpec<'_, DeployRuntime> for ()
impl ExternalSpec<'_, DeployRuntime> for ()
Source§impl<H: Host + 'static> ExternalSpec<'_, HydroDeploy> for Arc<H>
Available on crate feature deploy
only.
impl<H: Host + 'static> ExternalSpec<'_, HydroDeploy> for Arc<H>
Available on crate feature
deploy
only.