1 2 3 4 5 6
//! QPDF error types — compatibility shim. //! //! `QpdfError` and `Result` are re-exported from `crate::micropdf::qpdf_error`. //! Bidirectional conversions with `MpError` are implemented there. pub use crate::micropdf::qpdf_error::{QpdfError, Result};