Skip to main content

evaluate_batch_detailed

Function evaluate_batch_detailed 

Source
pub fn evaluate_batch_detailed(
    rule_json: &str,
    contexts_json: &[String],
) -> RuleEngineResult<Vec<EvaluationResult>>
Expand description

Like evaluate_batch but returns EvaluationResult with error details.