Home
last modified time | relevance | path

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

/tonic/tonic/src/transport/
H A Derror.rs1 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 Dclient.rs9 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 Dcodegen.rs11 pub type StdError = Box<dyn std::error::Error + Send + Sync + 'static>; typedef
/tonic/tonic/benches-disabled/benchmarks/compiled_protos/
H A Dhelloworld.rs26 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 Dclient.rs71 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 Dserver.rs153 B::Error: Into<StdError> + std::marker::Send + 'static, in generate_internal()
/tonic/tonic-health/src/generated/
H A Dgrpc_health_v1.rs76 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 Dgrpc_reflection_v1.rs165 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 Dgrpc_reflection_v1alpha.rs165 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,