Trait crate_compile_test::steps::TestStep [] [src]

pub trait TestStep {
    fn execute(&self, config: &Config, build_path: &Path) -> Result<()>;
}

Required Methods

Implementors