Skip to main content

EmulatorBackend

Trait EmulatorBackend 

Source
pub trait EmulatorBackend {
    // Required method
    fn run(
        &self,
        binary: &Path,
        inputs: &InputSequence,
    ) -> Result<OutputCapture>;
}

Required Methods§

Source

fn run(&self, binary: &Path, inputs: &InputSequence) -> Result<OutputCapture>

Implementors§