pub fn run_plan<F>(
plan: Option<&ExecutionPlanSpec>,
ops: &[OpSpec],
exec: F,
) -> Result<RunResult, PlanFailure>Expand description
Run the plan. exec(op, bound_value) returns the node outcome (mock).
pub fn run_plan<F>(
plan: Option<&ExecutionPlanSpec>,
ops: &[OpSpec],
exec: F,
) -> Result<RunResult, PlanFailure>Run the plan. exec(op, bound_value) returns the node outcome (mock).