pub fn display_chain(err: &Error) -> StringExpand description
Render an anyhow::Error with its full .context() chain.
Uses the alternate Display formatter ({:#}) which walks the chain.
Plain {} only prints the leaf message, losing every context layer.