Home
last modified time | relevance | path

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

/external/rust/crates/clap/src/app/
Dmeta.rs11 pub long_about: Option<&'b str>, field
Dmod.rs259 pub fn long_about<S: Into<&'b str>>(mut self, about: S) -> Self { in long_about() method