pub type StateResult<T> = Result<T, RuleEngineError>;Expand description
Result type for state operations
Aliased Type§
pub enum StateResult<T> {
Ok(T),
Err(RuleEngineError),
}pub type StateResult<T> = Result<T, RuleEngineError>;Result type for state operations
pub enum StateResult<T> {
Ok(T),
Err(RuleEngineError),
}