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