Trait crate_compile_test::steps::TestStepFactory
[−]
[src]
pub trait TestStepFactory {
fn initialize(
&self,
config: &Config,
crate_path: &Path
) -> Result<Box<TestStep>>;
}
Required Methods
Implementors
impl TestStepFactory for BuildStepFactoryimpl TestStepFactory for CheckErrorsStepFactory