Module chain
Expand description
Anyhow error-chain rendering helper.
Functionsยง
- display_
chain - Render an
anyhow::Errorwith its full.context()chain. Uses the alternate Display formatter ({:#}) which walks the chain. Plain{}only prints the leaf message, losing every context layer.