Home
last modified time | relevance | path

Searched defs:Output (Results 1 – 25 of 31) sorted by relevance

12

/tonic/tests/skip_debug/src/
H A Dlib.rs6 impl std::fmt::Debug for Output { implementation
/tonic/tests/skip_debug/proto/
H A Dtest.proto11 message Output {} message
/tonic/examples/src/cancellation/
H A Dserver.rs54 FRequest: Future<Output = Result<Response<HelloReply>, Status>> + Send + 'static, in with_cancellation_handler()
55 FCancellation: Future<Output = Result<Response<HelloReply>, Status>> + Send + 'static, in with_cancellation_handler()
/tonic/tests/web/src/
H A Dlib.rs18 async fn unary_call(&self, req: Request<Input>) -> Result<Response<Output>, Status> { in unary_call()
52 ) -> Result<Response<Output>, Status> { in client_stream()
/tonic/tests/integration_tests/tests/
H A Dcomplex_tower_middleware.rs19 async fn unary_call(&self, req: Request<Input>) -> Result<Response<Output>, Status> { in complex_tower_layers_work()
82 type Output = Result<http::Response<MyBody<B>>, BoxError>; typedef
84 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll()
H A Dconnect_info.rs18 async fn unary_call(&self, req: Request<Input>) -> Result<Response<Output>, Status> { in getting_connect_info()
82 async fn unary_call(&self, req: Request<Input>) -> Result<Response<Output>, Status> { in unary_call()
H A Duser_agent.rs15 async fn unary_call(&self, req: Request<Input>) -> Result<Response<Output>, Status> { in writes_user_agent_header()
H A Dclient_layer.rs18 async fn unary_call(&self, req: Request<Input>) -> Result<Response<Output>, Status> { in connect_supports_standard_tower_layers()
H A Dhttp2_max_header_list_size.rs25 async fn unary_call(&self, _: Request<Input>) -> Result<Response<Output>, Status> { in test_http_max_header_list_size_and_long_errors()
H A Dinterceptor.rs17 async fn unary_call(&self, _: Request<Input>) -> Result<Response<Output>, Status> { in interceptor_retrieves_grpc_method()
H A Dextensions.rs27 async fn unary_call(&self, req: Request<Input>) -> Result<Response<Output>, Status> { in setting_extension_from_interceptor()
77 async fn unary_call(&self, req: Request<Input>) -> Result<Response<Output>, Status> { in setting_extension_from_tower()
H A Dhttp2_keep_alive.rs13 async fn unary_call(&self, _: Request<Input>) -> Result<Response<Output>, Status> { in unary_call()
H A Dconnection.rs14 async fn unary_call(&self, _: Request<Input>) -> Result<Response<Output>, Status> { in unary_call()
H A Dtimeout.rs71 async fn unary_call(&self, _req: Request<Input>) -> Result<Response<Output>, Status> { in run_service_in_background()
H A Dstatus.rs24 async fn unary_call(&self, _: Request<Input>) -> Result<Response<Output>, Status> { in status_with_details()
82 async fn unary_call(&self, _: Request<Input>) -> Result<Response<Output>, Status> { in status_with_metadata()
H A Droutes_builder.rs23 async fn unary_call(&self, _req: Request<Input>) -> Result<Response<Output>, Status> { in multiple_service_using_routes_builder()
/tonic/tests/web/tests/
H A Dgrpc.rs103 async fn grpc(accept_h1: bool) -> (impl Future<Output = Result<(), Error>>, String) { in grpc()
114 async fn grpc_web(accept_h1: bool) -> (impl Future<Output = Result<(), Error>>, String) { in grpc_web()
/tonic/tests/web/proto/
H A Dtest.proto16 message Output { message
/tonic/tests/integration_tests/proto/
H A Dtest.proto10 message Output {} message
/tonic/tonic-web/src/
H A Dclient.rs93 type Output = Result<Response<GrpcWebCall<B>>, E>; typedef
95 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll()
/tonic/tonic/src/transport/channel/
H A Dmod.rs140 E: Executor<Pin<Box<dyn Future<Output = ()> + Send>>> + Send + Sync + 'static, in balance_channel_with_executor()
224 type Output = Result<Response<Body>, super::Error>; typedef
226 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll()
/tonic/tonic/src/transport/channel/service/
H A Dreconnect.rs207 type Output = Result<T, crate::BoxError>; typedef
209 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll()
/tonic/tonic/src/service/
H A Drecover_error.rs90 type Output = Result<Response<ResponseBody<ResBody>>, crate::BoxError>; typedef
92 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll()
H A Drouter.rs171 type Output = Result<Response<Body>, crate::BoxError>; typedef
173 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll()
/tonic/tonic/src/transport/service/
H A Dgrpc_timeout.rs78 type Output = Result<Res, crate::BoxError>; typedef
80 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll()

12