Skip to main content

format_error_chain

Function format_error_chain 

Source
pub fn format_error_chain(error: &(dyn Error + 'static)) -> String
Expand description

Format an error including its full source chain and sanitize the result.