Searched defs:client_stream (Results 1 – 3 of 3) sorted by relevance
32 async fn client_stream(&self, _: Request<Streaming<()>>) -> Result<Response<()>, Status> { in client_stream() method
49 async fn client_stream( in client_stream() method
22 mod client_stream; module