pub async fn apply_push(t: &Transport, plan: PushPlan) -> Result<PushPlan>Expand description
Perform the mutations plan_push proposed.
The caller runs this only after its guard approves; a caller that never calls it has performed a dry run by construction. It reads only from the plan, never the mirror, so the preview and the apply cannot diverge.