workerlib::execute

Trait CommandBuilder

Source
pub trait CommandBuilder {
    // Required method
    fn build(&self, current_dir: &Path) -> Command;
}
Expand description

Wrapper trait to generate commands for Lorry

Required Methods§

Source

fn build(&self, current_dir: &Path) -> Command

Implementors§