pub type PdfData = Arc<dyn AsRef<[u8]> + Sync + Send>;
A container for the bytes of a PDF file.
pub struct PdfData { /* private fields */ }