Skip to main content

error_chain

Function error_chain 

Source
pub fn error_chain(error: &dyn Error) -> String
Expand description

Formats an error and its sources as one line, outermost first, separated by ": ". Reused by muster doctor to report multiple findings uniformly.