Searched refs:argument_conflict (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/clap/src/app/ |
D | validator.rs | 177 Err(Error::argument_conflict(f, c_with, &*usg, self.0.color())) in build_err() 180 Err(Error::argument_conflict(o, c_with, &*usg, self.0.color())) in build_err() 185 Err(Error::argument_conflict(p, c_with, &*usg, self.0.color())) in build_err()
|
/external/rust/crates/clap/src/ |
D | errors.rs | 411 pub fn argument_conflict<O, U>( in argument_conflict() method
|