Searched defs:long_about (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/clap/src/app/ | ||
D | meta.rs | 11 pub long_about: Option<&'b str>, field |
D | mod.rs | 259 pub fn long_about<S: Into<&'b str>>(mut self, about: S) -> Self { in long_about() method |