PdfData

Type Alias PdfData 

Source
pub type PdfData = Arc<dyn AsRef<[u8]> + Send + Sync>;
Expand description

A container for the bytes of a PDF file.

Aliased Typeยง

pub struct PdfData { /* private fields */ }