Skip to main content

error_chain

Function error_chain 

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

Joins an error’s Display with every source() below it, separated by ": ", so the recorded message keeps the information thiserror spreads across the chain.