Module proc_macro::bridge::client
source · 🔬This is a nightly-only experimental API. (
proc_macro_internals
#27812)Expand description
Client-side types.
Macros
Structs
- ClientExperimentalA client-side RPC entry-point, which may be using a different
proc_macro
from the one used by the server, but can be invoked compatibly. - HandleCountersExperimental
Enums
- ProcMacroExperimental
Constants
Functions
- Client-side helper for handling client panics, entering the bridge, deserializing input and serializing output.