Skip to main content

ConnectionPlanResult

Type Alias ConnectionPlanResult 

Source
pub type ConnectionPlanResult<C> = Result<Arc<ConnectionPlanResponse>, <C as ClientApi>::Error>;

Aliased Type§

pub enum ConnectionPlanResult<C> {
    Ok(Arc<ConnectionPlanResponse>),
    Err(<C as ClientApi>::Error),
}

Variants§

§1.0.0

Ok(Arc<ConnectionPlanResponse>)

Contains the success value

§1.0.0

Err(<C as ClientApi>::Error)

Contains the error value