Home
last modified time | relevance | path

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

/tonic/tonic/src/server/
H A Dgrpc.rs234 let request = match self.map_request_unary(req).await { in unary()
278 let request = match self.map_request_unary(req).await { in server_streaming()
364 async fn map_request_unary<B>( in map_request_unary() function