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