PlanGraphResult

Type Alias PlanGraphResult 

Source
pub type PlanGraphResult<T> = Result<T, PlanGraphError>;

Aliased Type§

pub enum PlanGraphResult<T> {
    Ok(T),
    Err(PlanGraphError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(PlanGraphError)

Contains the error value