pub type LoaderResponse = LoaderResult<Arc<DecisionContent>>;Aliased Type§
pub enum LoaderResponse {
Ok(Arc<DecisionContent>),
Err(LoaderError),
}Variants§
Ok(Arc<DecisionContent>)
Contains the success value
Err(LoaderError)
Contains the error value