pub fn transform_response<T, E, ErrResp>( response: Response<T, ErrResp>, ) -> Result<T, RpcError<E, ErrResp>>where ErrResp: RpcReturn,
Transform a transport response into an RpcResult, discarding the Id.
RpcResult
Id