Searched defs:JoinError (Results 1 – 2 of 2) sorted by relevance
19 impl JoinError { impl26 pub(crate) fn panic(err: Box<dyn Any + Send + 'static>) -> JoinError { in panic()108 pub fn try_into_panic(self) -> Result<Box<dyn Any + Send + 'static>, JoinError> { in try_into_panic() argument116 impl fmt::Display for JoinError { implementation125 impl fmt::Debug for JoinError { implementation134 impl std::error::Error for JoinError {} implementation
38 pub enum JoinError { enum45 pub fn try_join(self, timeout: Duration) -> Result<T, JoinError> { in try_join() argument