Skip to main content

format_error_chain

Function format_error_chain 

Source
pub fn format_error_chain(e: &dyn Error) -> String
Expand description

Render an error and its full source() chain as a single string, so the complete causal context survives type-erased Box<dyn Error> boundaries (whose Display only shows the outermost message).