§Arc Conversions Macro
Generates common into_xxx() conversion methods for all Arc-based function
wrappers.
This macro automatically infers everything from the function signature:
- Number of parameters
- Parameter types
- Return type
- Call mode (Fn → direct, FnMut → lock_unwrap)
§Author
Haixing Hu