pub trait ProcessSpec<'a, D>{
// Required method
fn build(self, id: usize, name_hint: &str) -> D::Process;
}
Available on crate feature
build
only.Required Methods§
Implementors§
impl ProcessSpec<'_, HydroDeploy> for DeployProcessSpec
Available on crate feature
deploy
only.impl ProcessSpec<'_, HydroDeploy> for TrybuildHost
Available on crate feature
deploy
only.