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.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§