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.
pub async fn apply_plan(
adapter: &(dyn Adapter + '_),
plan: &Plan,
state: &mut StateStore,
allow_delete: bool,
) -> Result<ApplyReport>apply a plan and update the state store.