pub type Result<T> = Result<T, PdfKitError>;Expand description
Result alias used by the PDFKit wrappers.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(PdfKitError),
}pub type Result<T> = Result<T, PdfKitError>;Result alias used by the PDFKit wrappers.
pub enum Result<T> {
Ok(T),
Err(PdfKitError),
}