risingwave_rpc_client

Macro retry_rpc

source
macro_rules! retry_rpc {
    ($self:expr, $rpc_call:ident, $request:expr, $response:ty) => { ... };
}