Home
last modified time | relevance | path

Searched refs:from_source (Results 1 – 4 of 4) sorted by relevance

/tonic/tonic/src/transport/channel/
H A Dmod.rs183 .map_err(super::Error::from_source)?; in connect()
213 Service::poll_ready(&mut self.svc, cx).map_err(super::Error::from_source) in poll_ready()
229 .map_err(super::Error::from_source) in poll()
H A Dendpoint.rs52 let me = dst.try_into().map_err(|e| Error::from_source(e.into()))?; in new()
254 .map_err(Error::from_source)?, in tls_config()
/tonic/tonic/src/transport/
H A Derror.rs36 pub(crate) fn from_source(source: impl Into<crate::BoxError>) -> Self { in from_source() method
/tonic/tonic/src/transport/server/
H A Dmod.rs161 tls: Some(tls_config.tls_acceptor().map_err(Error::from_source)?), in tls_config()
540 .map_err(super::Error::from_source)? in bind_incoming()
734 .map_err(super::Error::from_source)?; in serve_internal()
739 .map_err(super::Error::from_source)?; in serve_internal()