Function run_server

pub(in ::bridge::server) fn run_server<S: Server, I: Encode<HandleStore<S>>, O: for<'a, 's> Decode<'a, 's, HandleStore<S>>>(strategy: &impl ExecutionStrategy, server: S, input: I, run_client: extern "C" fn(BridgeConfig<'_>) -> Buffer, force_show_panics: bool) -> Result<O, PanicMessage>