pub fn eval_preflight_expr(
expr: &str,
inputs: &PreflightInputs,
) -> ValidationResult<bool>Expand description
Evaluate a preflight expression against inputs, requiring a bool result. Maps
an evaluation failure to ValidationError::PreflightExprEval and a non-bool
result to ValidationError::PreflightExprType.