Searched refs:StdError (Results 1 – 9 of 9) sorted by relevance
| /tonic/tonic/src/transport/ |
| H A D | error.rs | 1 use std::{error::Error as StdError, fmt}; 3 type Source = Box<dyn StdError + Send + Sync + 'static>; 81 impl StdError for Error { 82 fn source(&self) -> Option<&(dyn StdError + 'static)> { in source() 86 .map(|source| &**source as &(dyn StdError + 'static)) in source()
|
| /tonic/examples/src/blocking/ |
| H A D | client.rs | 9 type StdError = Box<dyn std::error::Error + Send + Sync + 'static>; typedef 10 type Result<T, E = StdError> = ::std::result::Result<T, E>; 25 D::Error: Into<StdError>, in connect() argument
|
| /tonic/tonic/src/ |
| H A D | codegen.rs | 11 pub type StdError = Box<dyn std::error::Error + Send + Sync + 'static>; typedef
|
| /tonic/tonic/benches-disabled/benchmarks/compiled_protos/ |
| H A D | helloworld.rs | 26 D::Error: Into<StdError>, in connect() argument 36 T::Error: Into<StdError>, 37 <T::ResponseBody as Body>::Error: Into<StdError> + Send,
|
| /tonic/tonic-build/src/ |
| H A D | client.rs | 71 T::Error: Into<StdError>, in generate_internal() 73 <T::ResponseBody as Body>::Error: Into<StdError> + std::marker::Send, in generate_internal() 93 …tonic::codegen::Service<http::Request<tonic::body::Body>>>::Error: Into<StdError> + std::marker::S… in generate_internal() 147 D::Error: Into<StdError>, in generate_connect()
|
| H A D | server.rs | 153 B::Error: Into<StdError> + std::marker::Send + 'static, in generate_internal()
|
| /tonic/tonic-health/src/generated/ |
| H A D | grpc_health_v1.rs | 76 T::Error: Into<StdError>, 78 <T::ResponseBody as Body>::Error: Into<StdError> + std::marker::Send, 103 >>::Error: Into<StdError> + std::marker::Send + std::marker::Sync, in with_interceptor() 316 B::Error: Into<StdError> + std::marker::Send + 'static,
|
| /tonic/tonic-reflection/src/generated/ |
| H A D | grpc_reflection_v1.rs | 165 T::Error: Into<StdError>, 167 <T::ResponseBody as Body>::Error: Into<StdError> + std::marker::Send, 192 >>::Error: Into<StdError> + std::marker::Send + std::marker::Sync, in with_interceptor() 357 B::Error: Into<StdError> + std::marker::Send + 'static,
|
| H A D | grpc_reflection_v1alpha.rs | 165 T::Error: Into<StdError>, 167 <T::ResponseBody as Body>::Error: Into<StdError> + std::marker::Send, 192 >>::Error: Into<StdError> + std::marker::Send + std::marker::Sync, in with_interceptor() 357 B::Error: Into<StdError> + std::marker::Send + 'static,
|