pub fn execute_rebase_plan(
    effects: &Effects,
    git_run_info: &GitRunInfo,
    repo: &Repo,
    rebase_plan: &RebasePlan,
    options: &ExecuteRebasePlanOptions<'_>
) -> Result<ExecuteRebasePlanResult>
Expand description

Execute the provided rebase plan. Returns the exit status (zero indicates success).