Searched defs:StepDescription (Results 1 – 1 of 1) sorted by relevance
138 struct StepDescription { struct139 default: bool,140 only_hosts: bool,141 should_run: fn(ShouldRun<'_>) -> ShouldRun<'_>,142 make_run: fn(RunConfig<'_>),143 name: &'static str,144 kind: Kind,256 impl StepDescription { impl257 fn from<S: Step>(kind: Kind) -> StepDescription { in from()297 fn run(v: &[StepDescription], builder: &Builder<'_>, paths: &[PathBuf]) { in run()[all …]