Skip to main content

inspect_debug_log

Function inspect_debug_log 

Source
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.