Skip to main content

apply_plan

Function apply_plan 

Source
pub async fn apply_plan(
    adapter: &(dyn Adapter + '_),
    plan: &Plan,
    state: &mut StateStore,
    allow_delete: bool,
) -> Result<ApplyReport>
Expand description

apply a plan and update the state store.