pub fn restore_run_execute_with_executor(
config: &RestoreRunnerConfig,
executor: &mut impl RestoreRunnerCommandExecutor,
) -> Result<RestoreRunResponse, RestoreRunnerError>Expand description
Execute ready restore apply journal operations through an injected command executor.