Trait ExecutionStrategy

pub trait ExecutionStrategy

Required Methods

fn run_bridge_and_client(&self, dispatcher: &mut Dispatcher<impl Server>, input: Buffer, run_client: extern "C" fn(BridgeConfig<'_>) -> Buffer, force_show_panics: bool) -> Buffer

Implementors