Searched defs:BoxError (Results 1 – 14 of 14) sorted by relevance
| /tonic/tonic/src/transport/server/ |
| H A D | io_stream.rs | 53 IE: Into<crate::BoxError>, in poll_next_without_tls() 124 fn handle_tcp_accept_error(e: impl Into<crate::BoxError>) -> ControlFlow<crate::BoxError> { in handle_tcp_accept_error() 147 tasks: &mut JoinSet<Result<ServerIo<IO>, crate::BoxError>>, in select() 150 IE: Into<crate::BoxError>, in select()
|
| H A D | mod.rs | 554 ResBody::Error: Into<crate::BoxError>, in serve() 575 ResBody::Error: Into<crate::BoxError>, in serve_with_shutdown() 596 IE: Into<crate::BoxError>, in serve_with_incoming() 598 ResBody::Error: Into<crate::BoxError>, in serve_with_incoming() 619 IE: Into<crate::BoxError>, in serve_with_incoming_shutdown() 622 ResBody::Error: Into<crate::BoxError>, in serve_with_incoming_shutdown() 641 IE: Into<crate::BoxError>, in serve_internal() 644 ResBody::Error: Into<crate::BoxError>, in serve_internal() 885 ResBody::Error: Into<crate::BoxError>, in serve() 928 IE: Into<crate::BoxError>, in serve_with_incoming() [all …]
|
| H A D | tls.rs | 76 pub(crate) fn tls_acceptor(&self) -> Result<TlsAcceptor, crate::BoxError> { in tls_acceptor()
|
| /tonic/tonic-web/src/ |
| H A D | lib.rs | 83 type BoxError = Box<dyn std::error::Error + Send + Sync>; typedef
|
| /tonic/tonic/src/ |
| H A D | lib.rs | 127 pub(crate) type BoxError = Box<dyn std::error::Error + Send + Sync>; typedef
|
| H A D | body.rs | 36 B::Error: Into<crate::BoxError>, in new()
|
| /tonic/tonic/src/client/ |
| H A D | grpc.rs | 216 <T::ResponseBody as HttpBody>::Error: Into<crate::BoxError>, in unary() 235 <T::ResponseBody as HttpBody>::Error: Into<crate::BoxError>, in client_streaming() 272 <T::ResponseBody as HttpBody>::Error: Into<crate::BoxError>, in server_streaming() 291 <T::ResponseBody as HttpBody>::Error: Into<crate::BoxError>, in streaming() 331 <T::ResponseBody as HttpBody>::Error: Into<crate::BoxError>, in create_response()
|
| /tonic/tonic/src/codec/ |
| H A D | decode.rs | 68 B::Error: Into<crate::BoxError>, in new_response() 84 B::Error: Into<crate::BoxError>, in new_empty() 100 B::Error: Into<crate::BoxError>, in new_request() 121 B::Error: Into<crate::BoxError>, in new()
|
| /tonic/tonic/src/transport/server/service/ |
| H A D | tls.rs | 27 ) -> Result<Self, crate::BoxError> { in new()
|
| /tonic/tonic/src/transport/channel/service/ |
| H A D | tls.rs | 39 ) -> Result<Self, crate::BoxError> { in new()
|
| /tonic/examples/src/h2c/ |
| H A D | server.rs | 80 type BoxError = Box<dyn std::error::Error + Send + Sync>; typedef
|
| /tonic/tonic/src/transport/channel/ |
| H A D | tls.rs | 124 pub(crate) fn into_tls_connector(self, uri: &Uri) -> Result<TlsConnector, crate::BoxError> { in into_tls_connector()
|
| H A D | mod.rs | 193 D::Error: Into<crate::BoxError>, in balance()
|
| H A D | endpoint.rs | 50 D::Error: Into<crate::BoxError>, in new()
|