Skip to main content

RestoreRunnerCommandExecutor

Trait RestoreRunnerCommandExecutor 

Source
pub trait RestoreRunnerCommandExecutor {
    // Required method
    fn execute(
        &mut self,
        command: &RestoreApplyRunnerCommand,
    ) -> Result<RestoreRunnerCommandOutput, Error>;
}
Expand description

RestoreRunnerCommandExecutor

Required Methods§

Source

fn execute( &mut self, command: &RestoreApplyRunnerCommand, ) -> Result<RestoreRunnerCommandOutput, Error>

Execute one rendered restore runner command.

Implementors§