//! `MainResult` with the [`Chain`] format (per-error source-chain ladder).
//!
//! Run: `cargo run --example chain`
//!
//! Output:
//!
//! ```text
//! Error: Failed to load config
//! └─ Failed to read file
//! └─ No such file or directory (os error 2)
//! ```
use ;
use ;