Type Definition RpcResult
Other items insolana_client::rpc_response
type RpcResult<T> = Result<Response<T>>;