§Rc Conversions Macro
Generates common into_xxx() conversion methods for all Rc-based function
wrappers.
This macro generates the standard conversion methods (into_box, into_rc,
into_fn, into_once) for all Rc-based function wrapper types using a
single unified pattern.
§Author
Haixing Hu