Skip to main content

execute_batch_detailed

Function execute_batch_detailed 

Source
pub fn execute_batch_detailed(
    rule_def: &RuleDefinition,
    contexts_json: &[String],
) -> RuleEngineResult<Vec<EvaluationResult>>
Expand description

Execute a rule definition against a batch of contexts with detailed results.