pub fn inspect_debug_log<E: Debug>(error: &E)Expand description
Logs an error’s debug representation through the debug-aware error path.
The value is borrowed and otherwise left unchanged. Level dispatch is
delegated to inspect_debug_log_level.
pub fn inspect_debug_log<E: Debug>(error: &E)Logs an error’s debug representation through the debug-aware error path.
The value is borrowed and otherwise left unchanged. Level dispatch is
delegated to inspect_debug_log_level.