// ─────────────────────────────────────────────────────────────────────────────
// error.rs — Unified error types for pdfsmith
// ─────────────────────────────────────────────────────────────────────────────
use Error;
/// All errors that can occur during PDF generation.
/// Convenience alias used throughout the crate.
pub type Result<T> = Result;