Searched defs:FeatureSet (Results 1 – 1 of 1) sorted by relevance
104 fn start(&mut self, fs: &FeatureSet) { in start()114 fn done(&mut self, fs: &FeatureSet, output: Result<TestResult>) { in done()169 struct FeatureSet { struct171 env: String,195 let fset = FeatureSet::decode(elt); in from_yaml() argument225 impl FeatureSet { implementation226 fn decode(text: &str) -> FeatureSet { in decode()