Searched refs:find_source (Results 1 – 2 of 2) sorted by relevance
210 self.find_source::<TimedOut>().is_some() in is_timeout()251 pub(crate) fn find_source<E: StdError + 'static>(&self) -> Option<&E> { in find_source() method268 self.find_source::<h2::Error>() in h2_reason()
429 && err.find_source::<CheckoutIsClosedError>().is_some() in connection_for()