Searched defs:help (Results 1 – 5 of 5) sorted by relevance
33 mod help; module
119 let help = pb::Help::decode(buf)?; in from_any_ref() localVariable148 let mut help = Help::new(Vec::new()); in gen_help() localVariable
37 let help = Help::with_link("description of link", "https://resource.example.local"); in say_hello() localVariable
256 pub mod help { module
43 pub(crate) help: Option<Help>, field425 pub fn help(&self) -> Option<&Help> { in help() method