Type Alias zen_engine::loader::LoaderResponse

source ·
pub type LoaderResponse = LoaderResult<Arc<DecisionContent>>;

Aliased Type§

enum LoaderResponse {
    Ok(Arc<DecisionContent, Global>),
    Err(Box<LoaderError, Global>),
}

Variants§

§1.0.0

Ok(Arc<DecisionContent, Global>)

Contains the success value

§1.0.0

Err(Box<LoaderError, Global>)

Contains the error value