Function proc_macro::bridge::client::run_client
source · fn run_client<A: for<'a, 's> DecodeMut<'a, 's, ()>, R: Encode<()>>(
config: BridgeConfig<'_>,
f: impl FnOnce(A) -> R
) -> Buffer ⓘ
🔬This is a nightly-only experimental API. (
proc_macro_internals
#27812)Expand description
Client-side helper for handling client panics, entering the bridge, deserializing input and serializing output.