pub fn install_session(
slot: &mut Option<CaptureSession>,
capture: AdmittedCapturePlan,
intervention: Option<(AdmittedInterventionPlan, Arc<dyn InterventionEstimator>)>,
) -> Result<(), CaptureError>Expand description
Installs one immutable run after validation. Both capture-only and combined plans obey the same replacement rule; empty runs keep the ordinary fast path.