retry_rpc

Macro retry_rpc 

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