Home
last modified time | relevance | path

Searched refs:ResponseStreamImpl (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/grpcio/src/call/
Dclient.rs424 struct ResponseStreamImpl<H, T> { struct
432 impl<H: ShareCallHolder + Unpin, T> ResponseStreamImpl<H, T> { impl
433 fn new(call: H, resp_de: DeserializeFn<T>) -> ResponseStreamImpl<H, T> { in new()
434 ResponseStreamImpl { in new()
499 imp: ResponseStreamImpl<ShareCall, Resp>,
510 imp: ResponseStreamImpl::new(share_call, de), in new()
537 imp: ResponseStreamImpl<Arc<Mutex<ShareCall>>, Resp>,
543 imp: ResponseStreamImpl::new(call, de), in new()