pub fn backup_run_execute_with_executor(
config: &BackupRunnerConfig,
executor: &mut impl BackupRunnerExecutor,
) -> Result<BackupRunResponse, BackupRunnerError>Expand description
Execute a persisted backup plan through an injected host executor.