Function run_client
pub(in ::bridge::client) fn run_client<A: for<'a, 's> Decode<'a, 's, ()>>(config: BridgeConfig<'_>, f: impl FnOnce(A) -> TokenStream) -> Buffer
Client-side helper for handling client panics, entering the bridge, deserializing input and serializing output.