Skip to main content

Module chain

Module chain 

Expand description

Anyhow error-chain rendering helper.

Functionsยง

display_chain
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.