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