Home
last modified time | relevance | path

Searched defs:conflicts_with_all (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/clap/src/args/
Dgroup.rs423 pub fn conflicts_with_all(mut self, ns: &[&'a str]) -> Self { in conflicts_with_all() method
Darg.rs1194 pub fn conflicts_with_all(mut self, names: &[&'a str]) -> Self { in conflicts_with_all() method