Home
last modified time | relevance | path

Searched defs:debug_info (Results 1 – 3 of 3) sorted by relevance

/tonic/tonic-types/src/richer_error/std_messages/
H A Dmod.rs5 mod debug_info; module
H A Ddebug_info.rs61 let debug_info = pb::DebugInfo::decode(buf)?; in from_any_ref() localVariable
92 let debug_info = DebugInfo::new( in gen_debug_info() localVariable
/tonic/tonic-types/src/richer_error/error_details/
H A Dmod.rs22 pub(crate) debug_info: Option<DebugInfo>, field
390 pub fn debug_info(&self) -> Option<&DebugInfo> { in debug_info() method