Searched refs:requires_all (Results 1 – 3 of 3) sorted by relevance
403 pub fn requires_all(mut self, ns: impl IntoIterator<Item = impl Into<Id>>) -> Self { in requires_all() method533 .requires_all(["r2", "r3"]) in groups()556 .requires_all(["r2", "r3"]) in test_from()
3508 pub fn requires_all(self, ids: impl IntoIterator<Item = impl Into<Id>>) -> Self { in requires_all() method
592 - `Arg::requires_all` in favor of `Arg::requires_ifs` now that it takes an `ArgPredicate` to avoid …