Skip to main content

PdfResult

Type Alias PdfResult 

Source
pub type PdfResult<T> = Result<T, PdfError>;

Aliased Type§

pub enum PdfResult<T> {
    Ok(T),
    Err(PdfError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(PdfError)

Contains the error value