Macro rpc_params

Source
macro_rules! rpc_params {
    ( $p:expr, $($n:ident<$t:ty>);+ ) => { ... };
}