Searched defs:Send (Results 1 – 5 of 5) sorted by relevance
| /tonic/tonic/src/transport/channel/service/ |
| H A D | connection.rs | 31 C::Error: Into<crate::BoxError> + Send, in new() 32 C::Future: Send, in new() 86 C::Error: Into<crate::BoxError> + Send, in connect() 87 C::Future: Unpin + Send, in connect() 96 C::Error: Into<crate::BoxError> + Send, in lazy() 97 C::Future: Send, in lazy()
|
| /tonic/tonic/src/transport/channel/ |
| H A D | mod.rs | 153 C::Error: Into<crate::BoxError> + Send, in new() 154 C::Future: Send, in new() 174 C::Error: Into<crate::BoxError> + Send, in connect() 175 C::Future: Unpin + Send, in connect()
|
| H A D | endpoint.rs | 373 C::Future: Send, in connect_with_connector() 374 crate::BoxError: From<C::Error> + Send, in connect_with_connector() 398 C::Future: Send, in connect_with_connector_lazy() 399 crate::BoxError: From<C::Error> + Send, in connect_with_connector_lazy()
|
| /tonic/tonic/src/server/ |
| H A D | grpc.rs | 227 B::Error: Into<crate::BoxError> + Send, in unary() 271 B::Error: Into<crate::BoxError> + Send, in server_streaming() 345 B::Error: Into<crate::BoxError> + Send, in streaming() 370 B::Error: Into<crate::BoxError> + Send, in map_request_unary() 403 B::Error: Into<crate::BoxError> + Send, in map_request_streaming()
|
| /tonic/tonic/src/transport/server/ |
| H A D | mod.rs | 550 <<L as Layer<S>>::Service as Service<Request<Body>>>::Future: Send, in serve() 570 <<L as Layer<S>>::Service as Service<Request<Body>>>::Future: Send, in serve_with_shutdown() 591 <<L as Layer<S>>::Service as Service<Request<Body>>>::Future: Send, in serve_with_incoming() 614 <<L as Layer<S>>::Service as Service<Request<Body>>>::Future: Send, in serve_with_incoming_shutdown() 636 <<L as Layer<S>>::Service as Service<Request<Body>>>::Future: Send, in serve_internal() 775 B::Data: Send, in serve_connection() 780 S::Error: Into<Box<dyn std::error::Error + Send + Sync>> + Send, in serve_connection() 882 <<L as Layer<Routes>>::Service as Service<Request<Body>>>::Error: in serve() 905 <<L as Layer<Routes>>::Service as Service<Request<Body>>>::Error: in serve_with_shutdown() 933 <<L as Layer<Routes>>::Service as Service<Request<Body>>>::Error: in serve_with_incoming() [all …]
|