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>🔬This is a nightly-only experimental API. (
proc_macro_internals)