Home
last modified time | relevance | path

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

/tonic/tonic/src/server/
H A Dgrpc.rs318 let request = t!(self.map_request_streaming(req)); in client_streaming()
352 let request = t!(self.map_request_streaming(req)); in streaming()
397 fn map_request_streaming<B>( in map_request_streaming() function