LoaderResponse

Type Alias LoaderResponse 

Source
pub type LoaderResponse = LoaderResult<Arc<DecisionContent>>;

Aliased Type§

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

Variants§

§1.0.0

Ok(Arc<DecisionContent>)

Contains the success value

§1.0.0

Err(LoaderError)

Contains the error value