Searched refs:error_ext_zip (Results 1 – 1 of 1) sorted by relevance
894 fn error_ext_zip<T>(mut self, mut f: impl FnMut(Error) -> Result<T, Error>) -> Result<T, Self> { in error_ext_zip() method996 self.error_ext_zip(|e| { in downcast()