Macro rpc_client_io

Source
macro_rules! rpc_client_io {
    ($client:ident;
     $request_mod:ident;
        $( ($id:expr, $fn:ident, $method:ident ( $req_type:ty, $req_opt_buf:ident, $rep_type:ty, $rep_opt_buf:ident)) ),*) => { ... };
}