Searched refs:resp_f (Results 1 – 1 of 1) sorted by relevance
225 resp_f: BatchFuture, field230 fn new(call: Call, resp_f: BatchFuture, resp_de: DeserializeFn<T>) -> ClientUnaryReceiver<T> { in new()233 resp_f, in new()254 let data = ready!(Pin::new(&mut self.resp_f).poll(cx)?); in poll()