macro_rules! meta_rpc_client_method_impl { ($( { $client:tt, $fn_name:ident, $req:ty, $resp:ty }),*) => { ... }; }