Skip to main content

HandlePdResult

Type Alias HandlePdResult 

Source
pub type HandlePdResult = Result<PdReturn, Error>;

Aliased Type§

pub enum HandlePdResult {
    Ok(PdReturn),
    Err(Error),
}

Variants§

§1.0.0

Ok(PdReturn)

Contains the success value

§1.0.0

Err(Error)

Contains the error value