Home
last modified time | relevance | path

Searched defs:help (Results 1 – 5 of 5) sorted by relevance

/tonic/tonic-types/src/richer_error/std_messages/
H A Dmod.rs33 mod help; module
H A Dhelp.rs119 let help = pb::Help::decode(buf)?; in from_any_ref() localVariable
148 let mut help = Help::new(Vec::new()); in gen_help() localVariable
/tonic/examples/src/richer-error/
H A Dserver_vec.rs37 let help = Help::with_link("description of link", "https://resource.example.local"); in say_hello() localVariable
/tonic/tonic-types/src/generated/
H A Dgoogle_rpc.rs256 pub mod help { module
/tonic/tonic-types/src/richer_error/error_details/
H A Dmod.rs43 pub(crate) help: Option<Help>, field
425 pub fn help(&self) -> Option<&Help> { in help() method